Merge pull request #33749 from Microsoft/jjh/cross

Show what cross-build is executing
Upstream-commit: be02125491bf0b4556b3f82377ae7ff9b88f336a
Component: engine
This commit is contained in:
Vincent Demeester
2017-06-21 17:17:10 +02:00
committed by GitHub

View File

@ -29,6 +29,7 @@ for platform in $DOCKER_CROSSPLATFORMS; do
if [ "$GOOS" != "solaris" ]; then
# TODO. Solaris cannot be cross build because of CGO calls.
echo "Cross building: $DEST"
# go install docker/docker/pkg packages to ensure that
# they build cross platform.
go install github.com/docker/docker/pkg/...