Skip to content

Commit

Permalink
Work around random build failures when using QEMU 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Feb 7, 2025
1 parent c7f0420 commit 41b3516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
echo "args=${BUILD_ARGS}" >> $GITHUB_OUTPUT
- 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: Login to Docker Hub
Expand Down

0 comments on commit 41b3516

Please sign in to comment.