Skip to content

Commit 254da7f

Browse files
authored
fix: fix qemu image
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 6bf2802 commit 254da7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747

4848
- name: Set up QEMU
4949
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
50+
with:
51+
# https://github.com/tonistiigi/binfmt/issues/240
52+
# https://github.com/docker/buildx/issues/1170
53+
image: tonistiigi/binfmt:qemu-v7.0.0-28
5054

5155
- name: Set up Docker Buildx
5256
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0

0 commit comments

Comments
 (0)