Skip to content

Commit

Permalink
Merge pull request tmate-io#177 from travis-ci/master
Browse files Browse the repository at this point in the history
Add build on s390x and ppc64le
  • Loading branch information
nviennot authored Dec 5, 2019
2 parents f0a4707 + cc01f3f commit 46564a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 46564a0

Please sign in to comment.