mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-16 18:31:40 +01:00
Merge pull request #177 from travis-ci/master
Add build on s390x and ppc64le
This commit is contained in:
commit
46564a0311
@ -14,6 +14,10 @@ matrix:
|
|||||||
env: PLATFORM=arm32v7
|
env: PLATFORM=arm32v7
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
env: PLATFORM=arm64v8
|
env: PLATFORM=arm64v8
|
||||||
|
- arch: s390x
|
||||||
|
env: PLATFORM=s390x
|
||||||
|
- arch: ppc64le
|
||||||
|
env: PLATFORM=ppc64le
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- 'docker build . --tag local-$PLATFORM/tmate-build --build-arg PLATFORM=$PLATFORM'
|
- 'docker build . --tag local-$PLATFORM/tmate-build --build-arg PLATFORM=$PLATFORM'
|
||||||
|
Loading…
Reference in New Issue
Block a user