From 4f2f2958beb82bd84775bdbf9cc660279ee07faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Mon, 24 Feb 2025 19:26:38 +0100 Subject: [PATCH] ci: workaround for segfault in the latest binfmt image (#156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/bake.yaml | 2 ++ .github/workflows/build.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/bake.yaml b/.github/workflows/bake.yaml index 9b8d4f53..6e633548 100644 --- a/.github/workflows/bake.yaml +++ b/.github/workflows/bake.yaml @@ -48,6 +48,8 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: 'arm64' + # TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed + image: 'tonistiigi/binfmt:qemu-v7.0.0' - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64c1e896..b941ce5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,8 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: ${{ matrix.platforms }} + # TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed + image: 'tonistiigi/binfmt:qemu-v7.0.0' - name: Docker meta env: