Skip to content

Commit 4dfc8ef

Browse files
committed
ci: trying a different qemu version
Signed-off-by: Niccolò Fei <[email protected]>
1 parent ef71d1f commit 4dfc8ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bake.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: docker/setup-qemu-action@v3
4949
with:
5050
platforms: 'arm64'
51+
image: 'tonistiigi/binfmt:qemu-v8.1.5'
5152

5253
- name: Set up Docker Buildx
5354
uses: docker/setup-buildx-action@v3

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: docker/setup-qemu-action@v3
4646
with:
4747
platforms: ${{ matrix.platforms }}
48+
image: 'tonistiigi/binfmt:qemu-v8.1.5'
4849

4950
- name: Docker meta
5051
env:

0 commit comments

Comments
 (0)