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 25, 2025
1 parent e2c23ee commit 1a85e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Set up QEMU
if: runner.arch == 'X64' && matrix.platform != 'amd64'
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
Expand Down

0 comments on commit 1a85e18

Please sign in to comment.