Skip to content

Commit 1981768

Browse files
committed
Pin QEMU version temporarily
1 parent ba3b882 commit 1981768

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
fetch-depth: 0 # checkout tags so version in Manifest is set properly
5555
- name: Set up QEMU
5656
uses: docker/setup-qemu-action@v2
57+
with:
58+
## Temporary due to bug in qemu: https://github.com/docker/setup-qemu-action/issues/198
59+
image: tonistiigi/binfmt:qemu-v7.0.0-28
5760
- name: Build ${{ matrix.image }}
5861
env:
5962
PLATFORMS: ${{ matrix.platforms }}

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
3636
- name: Set up QEMU
3737
uses: docker/setup-qemu-action@v2
38+
with:
39+
## Temporary due to bug in qemu: https://github.com/docker/setup-qemu-action/issues/198
40+
image: tonistiigi/binfmt:qemu-v7.0.0-28
3841

3942
- name: Log in to the Container registry
4043
# locked to https://github.com/docker/login-action/releases/tag/v2.1.0

0 commit comments

Comments
 (0)