Skip to content

Commit

Permalink
Pin qemu image version to avoid segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklak committed Feb 21, 2025
1 parent f2a46be commit ede4d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28 # See: https://github.com/docker/setup-qemu-action/issues/198#issuecomment-2653791775

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28 # See: https://github.com/docker/setup-qemu-action/issues/198#issuecomment-2653791775

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit ede4d17

Please sign in to comment.