From 3f2469be63e4c83bc02cc5eb086545c98d2e2a78 Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Sat, 14 Dec 2024 09:35:28 +0100 Subject: [PATCH] docker/setup-qemu: try detect diff --- .github/workflows/qemu.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index fef8848..03a793d 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -1,6 +1,5 @@ --- name: "QEMU" -# Careful! This pushes a git tag to GitHub! The release itself is private. on: workflow_dispatch: @@ -8,6 +7,6 @@ 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 /