Add build on s390x and ppc64le

This commit is contained in:
Damian Szymański 2019-11-29 14:08:06 +01:00 committed by GitHub
parent f0a4707ef3
commit cc01f3f13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ matrix:
env: PLATFORM=arm32v7
- arch: arm64
env: PLATFORM=arm64v8
- arch: s390x
env: PLATFORM=s390x
- arch: ppc64le
env: PLATFORM=ppc64le
script:
- 'docker build . --tag local-$PLATFORM/tmate-build --build-arg PLATFORM=$PLATFORM'