Skip to content

Commit 0531be6

Browse files
committed
YETUS-1252. pin binfmt to fix docker builds on github
1 parent 85fb8e7 commit 0531be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: qemu
4040
uses: docker/setup-qemu-action@v3
4141
with:
42-
image: tonistiigi/binfmt:latest
42+
image: tonistiigi/binfmt:qemu-v7.0.0-28
4343
platforms: all
4444
- name: Available platforms
4545
run: echo ${{ steps.qemu.outputs.platforms }}

0 commit comments

Comments
 (0)