Skip to content

Commit 6d4f39f

Browse files
committed
ci(fix): use tonistiigi/binfmt:qemu-v8.1.5 image for qemu
1 parent 9392f4b commit 6d4f39f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
- name: Set up QEMU
8282
if: runner.arch == 'X64' && matrix.platform != 'x86_64'
8383
uses: docker/setup-qemu-action@v3
84+
with:
85+
# This should be temporary
86+
# xref https://github.com/docker/setup-qemu-action/issues/188
87+
# xref https://github.com/tonistiigi/binfmt/issues/215
88+
image: tonistiigi/binfmt:qemu-v8.1.5
8489
- run: |
8590
# ${{ matrix.distro }} ${{ matrix.platform }} tests
8691
cat <<EOF > build.sh

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
- name: Set up QEMU
7373
if: matrix.platform != 'amd64'
7474
uses: docker/setup-qemu-action@v3
75+
with:
76+
# This should be temporary
77+
# xref https://github.com/docker/setup-qemu-action/issues/188
78+
# xref https://github.com/tonistiigi/binfmt/issues/215
79+
image: tonistiigi/binfmt:qemu-v8.1.5
7580

7681
- name: Set docker arch
7782
run: |

0 commit comments

Comments
 (0)