mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Merge pull request #104 from dnephin/add-ppc64le-to-cross
Add ppc64le to cross
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