mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Enabled linux/ppc64le cross build.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 46049dd0b6
Component: cli
This commit is contained in:
@@ -7,10 +7,7 @@ set -eu -o pipefail
|
||||
|
||||
source ./scripts/build/.variables
|
||||
|
||||
CROSS_OSARCH="linux/amd64 linux/arm"
|
||||
|
||||
# Compile is broken
|
||||
# linux/ppc64le
|
||||
CROSS_OSARCH="linux/amd64 linux/arm linux/ppc64le"
|
||||
|
||||
# Not yet supported by gox
|
||||
# linux/s390x
|
||||
|
||||
Reference in New Issue
Block a user