Skip to content

Commit b036ba0

Browse files
authored
Install QEMU for s390x (#4610)
1 parent 223d525 commit b036ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup QEMU
4949
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
5050
with:
51-
platforms: arm64
51+
platforms: arm64,s390x
5252
if: github.event_name != 'pull_request'
5353

5454
- name: Docker Buildx

0 commit comments

Comments
 (0)