Skip to content

Commit

Permalink
Use 8.1.4 QEMU for arm32v6, arm32v7 and s390x archs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 5, 2024
1 parent 7b2059d commit 8058dec
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 @@ -48,6 +48,8 @@ jobs:
colima start
if: ${{ contains('arm32v6 arm32v7 s390x', matrix.arch) }}
- uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.4
if: ${{ contains('arm32v6 arm32v7 s390x', matrix.arch) }}
- uses: docker/setup-buildx-action@v3
if: ${{ !contains('arm32v6 arm32v7 s390x', matrix.arch) }}
Expand Down

0 comments on commit 8058dec

Please sign in to comment.