From 41b3516d1f1b1405ecac6c5179b0b2053aa7d3d9 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Fri, 7 Feb 2025 01:50:34 +0100 Subject: [PATCH] Work around random build failures when using QEMU 7.x See also: - https://github.com/docker/setup-qemu-action/issues/188 - https://github.com/tonistiigi/binfmt/issues/215 --- .github/workflows/image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index e50163c..eba2f1d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -65,6 +65,8 @@ jobs: echo "args=${BUILD_ARGS}" >> $GITHUB_OUTPUT - name: Set up QEMU uses: docker/setup-qemu-action@v3 + with: + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub