Skip to content

Commit

Permalink
Fix(containers): fix docker/setup-qemu-action@v3 by setting image to …
Browse files Browse the repository at this point in the history
…tonistiigi/binfmt:qemu-v7.0.0-28 (#5032)
  • Loading branch information
ankudinov authored Feb 13, 2025
1 parent 6213c06 commit f920fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container_build_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ inputs.platform }}
image: tonistiigi/binfmt:qemu-v7.0.0-28

- name: Setup Docker buildX for multi-arch builds 🏗️
# if: ${{ steps.check-image-presence.outputs.not_present == '1' }}
Expand Down

0 comments on commit f920fe3

Please sign in to comment.