Skip to content

Commit

Permalink
docker/setup-qemu: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 14, 2024
1 parent 3f2469b commit af9396b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ jobs:
qemu:
runs-on: ubuntu-latest
steps:
- run: sudo find /
- run: docker run --privileged --rm tonistiigi/binfmt --install arm64
- run: sudo find /
- run: strace -e open,close,read,write,unlink,mkdir,rmdir -f docker run --privileged --rm tonistiigi/binfmt --install arm64
- run: sudo find -name '*qemu*' /

0 comments on commit af9396b

Please sign in to comment.