mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 08:44:01 +01:00
Add build on s390x and ppc64le
This commit is contained in:
parent
f0a4707ef3
commit
cc01f3f13a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user