Skip to content

Commit

Permalink
docker/setup-qemu: neither
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 14, 2024
1 parent f9482ad commit 55a5c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
qemu:
runs-on: ubuntu-latest
steps:
- run: find / -name '*qemu*'
- run: docker run --privileged --rm tonistiigi/binfmt --install arm64
- run: ls ~
- run: sudo /proc/sys/fs/binfmt_misc/qemu-aarch64 --help
- run: sudo /proc/sys/fs/binfmt_misc/qemu --help
- run: docker run --privileged --rm tonistiigi/binfmt --uninstall arm64
- run: sudo find / -name '*qemu*'

0 comments on commit 55a5c89

Please sign in to comment.