Skip to content

Commit ba20897

Browse files
committed
fix: fix qemu image
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent c65dea5 commit ba20897

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test.yml

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

5353
- name: Set up QEMU
5454
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
55+
with:
56+
# https://github.com/tonistiigi/binfmt/issues/240
57+
# https://github.com/docker/buildx/issues/1170
58+
image: tonistiigi/binfmt:qemu-v7.0.0-28
5559

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

0 commit comments

Comments
 (0)