From 56c93a237bb89c03c6a168d1c05c1ca7f75a1113 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: cdc39033effc940eda23854d3b5afbf706a8d17a 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/...