Skip to content

Commit

Permalink
Fixed build process. Replaced qemu with 8.1.5 version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 26, 2025
1 parent 001352f commit 8db595a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/images_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
with:
image: tonistiigi/binfmt:latest
image: tonistiigi/binfmt:qemu-v8.1.5
platforms: all

- name: Set up Docker Buildx
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
with:
image: tonistiigi/binfmt:latest
image: tonistiigi/binfmt:qemu-v8.1.5
platforms: all

- name: Set up Docker Buildx
Expand Down Expand Up @@ -868,7 +868,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
with:
image: tonistiigi/binfmt:latest
image: tonistiigi/binfmt:qemu-v8.1.5
platforms: all

- name: Set up Docker Buildx
Expand Down

0 comments on commit 8db595a

Please sign in to comment.