mirror of https://github.com/docker/cli.git
Enabled linux/ppc64le cross build.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
eea4a38cd6
commit
46049dd0b6
|
@ -7,10 +7,7 @@ set -eu -o pipefail
|
||||||
|
|
||||||
source ./scripts/build/.variables
|
source ./scripts/build/.variables
|
||||||
|
|
||||||
CROSS_OSARCH="linux/amd64 linux/arm"
|
CROSS_OSARCH="linux/amd64 linux/arm linux/ppc64le"
|
||||||
|
|
||||||
# Compile is broken
|
|
||||||
# linux/ppc64le
|
|
||||||
|
|
||||||
# Not yet supported by gox
|
# Not yet supported by gox
|
||||||
# linux/s390x
|
# linux/s390x
|
||||||
|
|
Loading…
Reference in New Issue