Skip to content

Commit 80907a4

Browse files
committed
Fixed build process. Replaced qemu with 8.1.5 version in github actions
1 parent 1bef248 commit 80907a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/images_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
- name: Set up QEMU
287287
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0
288288
with:
289-
image: tonistiigi/binfmt:latest
289+
image: tonistiigi/binfmt:qemu-v8.1.5
290290
platforms: all
291291

292292
- name: Set up Docker Buildx
@@ -507,7 +507,7 @@ jobs:
507507
- name: Set up QEMU
508508
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0
509509
with:
510-
image: tonistiigi/binfmt:latest
510+
image: tonistiigi/binfmt:qemu-v8.1.5
511511
platforms: all
512512

513513
- name: Set up Docker Buildx
@@ -867,7 +867,7 @@ jobs:
867867
- name: Set up QEMU
868868
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0
869869
with:
870-
image: tonistiigi/binfmt:latest
870+
image: tonistiigi/binfmt:qemu-v8.1.5
871871
platforms: all
872872

873873
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)