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 3f2469b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: "QEMU"
# Careful! This pushes a git tag to GitHub! The release itself is private.
on:
workflow_dispatch:

jobs:
qemu:
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 3f2469b

Please sign in to comment.