Merge pull request #177 from travis-ci/master

Add build on s390x and ppc64le
This commit is contained in:
Nicolas Viennot 2019-12-04 20:32:22 -05:00 committed by GitHub
commit 46564a0311
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'