mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Add ppc64le support
Add ppc64le travis job Add ppc64le cross-compile target for releases
This commit is contained in:
committed by
Siddhesh Ghadi
parent
927f64aa92
commit
8523a8a965
@@ -1,3 +1,6 @@
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
language: go
|
||||
|
||||
go:
|
||||
|
||||
@@ -32,6 +32,7 @@ readonly S2I_CROSS_COMPILE_PLATFORMS=(
|
||||
darwin/amd64
|
||||
windows/amd64
|
||||
linux/386
|
||||
linux/ppc64le
|
||||
)
|
||||
readonly S2I_CROSS_COMPILE_TARGETS=(
|
||||
cmd/s2i
|
||||
|
||||
Reference in New Issue
Block a user