Skip to content

Commit

Permalink
Use a newer tonistiigi/binfmt tag
Browse files Browse the repository at this point in the history
This uses a newer tag for the tonistiigi/binfmt Docker image that is
used by the docker/setup-qemu-action GitHub Action.
  • Loading branch information
mcdonnnj committed Oct 9, 2024
1 parent 1504026 commit 9b3e85e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
Expand Down Expand Up @@ -447,6 +449,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
Expand Down

0 comments on commit 9b3e85e

Please sign in to comment.