Skip to content

Commit 4f2f295

Browse files
authored
ci: workaround for segfault in the latest binfmt image (#156)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 343f846 commit 4f2f295

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/bake.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
uses: docker/setup-qemu-action@v3
4949
with:
5050
platforms: 'arm64'
51+
# TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed
52+
image: 'tonistiigi/binfmt:qemu-v7.0.0'
5153

5254
- name: Set up Docker Buildx
5355
uses: docker/setup-buildx-action@v3

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
uses: docker/setup-qemu-action@v3
4646
with:
4747
platforms: ${{ matrix.platforms }}
48+
# TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed
49+
image: 'tonistiigi/binfmt:qemu-v7.0.0'
4850

4951
- name: Docker meta
5052
env:

0 commit comments

Comments
 (0)