Skip to content

Commit 2167e4f

Browse files
authored
YETUS-1252. pin binfmt to fix docker builds on github (#343)
1 parent 85fb8e7 commit 2167e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on: # yamllint disable-line rule:truthy
2828

2929
jobs:
3030
deploy:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- name: checkout
3434
uses: actions/checkout@v4
@@ -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)