Skip to content

Commit

Permalink
Merge pull request #324 from theseion/fix-qemu-image-ref
Browse files Browse the repository at this point in the history
fix: use correct QEMU image reference
  • Loading branch information
fzipi authored Jan 26, 2025
2 parents bec6e7d + ce087a6 commit 488e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:buildkit-v8.1.5
image: tonistiigi/binfmt:qemu-v8.1.5

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down

0 comments on commit 488e954

Please sign in to comment.