Skip to content

Commit

Permalink
docker/setup-qemu: find binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 14, 2024
1 parent 650ffa4 commit 7ee4eb6
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 @@ -5,8 +5,9 @@ on:
workflow_dispatch:

jobs:
release:
qemu:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- run: docker run --privileged --rm tonistiigi/binfmt
- run: which qemu-aarch64

0 comments on commit 7ee4eb6

Please sign in to comment.