Skip to content

Commit 99e6ed6

Browse files
authored
Merge pull request #39 from elezar/revert-qemu-version-bump
Revert back to tonistiigi/binfmt:qemu-v7.0.0
2 parents e8c15f3 + b68ba47 commit 99e6ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
dist:
3536
- ubuntu22.04
@@ -60,7 +61,7 @@ jobs:
6061
- name: Set up QEMU
6162
uses: docker/setup-qemu-action@v3
6263
with:
63-
image: tonistiigi/binfmt:qemu-v9.2.2
64+
image: tonistiigi/binfmt:qemu-v7.0.0
6465

6566
- name: Set up Docker Buildx
6667
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)