1
0
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:
Kenfe-Mickaël Laventure
2017-05-19 08:02:01 -07:00
committed by GitHub

View File

@@ -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