Skip to content

Commit

Permalink
Install QEMU for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 3, 2023
1 parent 223d525 commit 81f3570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
platforms: arm64
platforms: arm64,s390x
if: github.event_name != 'pull_request'

- name: Docker Buildx
Expand Down

0 comments on commit 81f3570

Please sign in to comment.