From d82e26ae424b421a047aeb0f3c866e8fe49351d8 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 --- hack/make/cross | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/cross b/hack/make/cross index 9711a3cabb..a3d9c4c97e 100644 --- a/hack/make/cross +++ b/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/...