From c06d3d8d0ff186101d9daf9cf06f454d102399d2 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 20 Jun 2017 13:30:51 -0700 Subject: [PATCH] Show what cross-build is executing Signed-off-by: John Howard Upstream-commit: d82e26ae424b421a047aeb0f3c866e8fe49351d8 Component: engine --- components/engine/hack/make/cross | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/hack/make/cross b/components/engine/hack/make/cross index 9711a3cabb..a3d9c4c97e 100644 --- a/components/engine/hack/make/cross +++ b/components/engine/hack/make/cross @@ -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/...