Skip to content

Commit

Permalink
docker/setup-qemu: test change
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 14, 2024
1 parent 23efbb1 commit 1ae26cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ jobs:
qemu:
runs-on: ubuntu-latest
steps:
- run: docker run --rm --platform linux/arm64 alpine uname -a
- run: docker run --privileged --rm tonistiigi/binfmt --install arm64
if: always()
- run: docker run --rm --platform linux/arm64 alpine uname -a
if: always()

0 comments on commit 1ae26cc

Please sign in to comment.