Skip to content

Commit

Permalink
ci(fix): use tonistiigi/binfmt:qemu-v8.1.5 image for qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 26, 2025
1 parent 7c3f2b7 commit 0aa41b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
- name: Set up QEMU
if: runner.arch == 'X64' && matrix.platform != 'x86_64'
uses: docker/setup-qemu-action@v3
with:
# This should be temporary
# xref https://github.com/docker/setup-qemu-action/issues/188
# xref https://github.com/tonistiigi/binfmt/issues/215
image: tonistiigi/binfmt:qemu-v8.1.5
- run: |
# ${{ matrix.distro }} ${{ matrix.platform }} tests
cat <<EOF > build.sh
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
- name: Set up QEMU
if: matrix.platform != 'amd64'
uses: docker/setup-qemu-action@v3
with:
# This should be temporary
# xref https://github.com/docker/setup-qemu-action/issues/188
# xref https://github.com/tonistiigi/binfmt/issues/215
image: tonistiigi/binfmt:qemu-v8.1.5

- name: Set docker arch
run: |
Expand Down

0 comments on commit 0aa41b9

Please sign in to comment.