diff --git a/.github/workflows/build-custom-docker-images.yaml b/.github/workflows/build-custom-docker-images.yaml index 33d7942..425650a 100644 --- a/.github/workflows/build-custom-docker-images.yaml +++ b/.github/workflows/build-custom-docker-images.yaml @@ -96,6 +96,11 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 + # Work around QEMU v7 compilation issues by explicitly using v8, which + # is not yet the default for the action. + # See https://github.com/tonistiigi/binfmt/issues/215 + with: + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/build-docker-images.yaml b/.github/workflows/build-docker-images.yaml index a8e2b54..8fb8b9d 100644 --- a/.github/workflows/build-docker-images.yaml +++ b/.github/workflows/build-docker-images.yaml @@ -124,6 +124,11 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 + # Work around QEMU v7 compilation issues by explicitly using v8, which + # is not yet the default for the action. + # See https://github.com/tonistiigi/binfmt/issues/215 + with: + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3