Explorar o código

Show what cross-build is executing

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard %!s(int64=8) %!d(string=hai) anos
pai
achega
cdc39033ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hack/make/cross

+ 1 - 0
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/...