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/...