Skip to content

Commit f1f6c00

Browse files
committed
Revert "github: Pin a specific image for QEMU for Docker"
This reverts commit 3dbfd17. This shouldn't be necessary any longer; QEMU in tonistiigi/binfmt:latest has been updated to 9.2.2, which has this bug fixed - see docker/setup-qemu-action#198 (comment) tonistiigi/binfmt#215 (comment) and https://gitlab.com/qemu-project/qemu/-/issues/1913.
1 parent d3ba074 commit f1f6c00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ 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
9896
- name: Set up Docker Buildx
9997
uses: docker/setup-buildx-action@v3
10098
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)