Skip to content

Commit

Permalink
temporarily pin qemu action image
Browse files Browse the repository at this point in the history
following suggestions from docker/setup-qemu-action#198
  • Loading branch information
hrodmn committed Feb 19, 2025
1 parent 0452693 commit 9ffded2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
# Temporary workaround for ARM builds
# https://github.com/docker/setup-qemu-action/issues/198
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -61,6 +65,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
# Temporary workaround for ARM builds
# https://github.com/docker/setup-qemu-action/issues/198
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -93,6 +101,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
# Temporary workaround for ARM builds
# https://github.com/docker/setup-qemu-action/issues/198
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -125,6 +137,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
# Temporary workaround for ARM builds
# https://github.com/docker/setup-qemu-action/issues/198
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 9ffded2

Please sign in to comment.