Skip to content

Commit

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

0 comments on commit 93309a6

Please sign in to comment.