Skip to content

Commit

Permalink
docker/setup-qemu: try detect diff
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 14, 2024
1 parent 7ee4eb6 commit cdf2920
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 @@ -9,5 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- run: docker run --privileged --rm tonistiigi/binfmt
- run: which qemu-aarch64
- run: sudo find /
- run: docker run --privileged --rm tonistiigi/binfmt --install arm64
- run: sudo find /

0 comments on commit cdf2920

Please sign in to comment.