Skip to content

Commit

Permalink
ci: specify binfmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Feb 13, 2025
1 parent 2603451 commit 7e646fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-debug-pod-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64
# The latest version will lead to segmentation fault.
image: tonistiigi/binfmt:qemu-v7.0.0-28

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7e646fe

Please sign in to comment.