mirror of https://github.com/docker/cli.git
Merge pull request #104 from dnephin/add-ppc64le-to-cross
Add ppc64le to cross
This commit is contained in:
commit
1fc7eb5d64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue