Show what cross-build is executing

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: d82e26ae424b421a047aeb0f3c866e8fe49351d8
Component: engine
This commit is contained in:
John Howard
2017-06-20 19:50:14 -07:00
parent 5115d455e7
commit c06d3d8d0f
+1
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/...