Skip to content

Commit 3dbfd17

Browse files
committed
github: Pin a specific image for QEMU for Docker
This fixes temporary breakage in building arm64 docker images on x86_64; see docker/setup-qemu-action#198 and tonistiigi/binfmt#240 for details about this issue.
1 parent 990ad67 commit 3dbfd17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
- name: Set up QEMU
9494
if: ${{matrix.file == 'Dockerfile.toolchain'}}
9595
uses: docker/setup-qemu-action@v3
96+
with:
97+
image: tonistiigi/binfmt:qemu-v7.0.0-28
9698
- name: Set up Docker Buildx
9799
uses: docker/setup-buildx-action@v3
98100
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)