Browse code

Merge pull request #33749 from Microsoft/jjh/cross

Show what cross-build is executing

Vincent Demeester authored on 2017/06/22 00:17:10
Showing 1 changed files
... ...
@@ -29,6 +29,7 @@ for platform in $DOCKER_CROSSPLATFORMS; do
29 29
 		if [ "$GOOS" != "solaris" ]; then
30 30
 			# TODO. Solaris cannot be cross build because of CGO calls.
31 31
 
32
+			echo "Cross building: $DEST"
32 33
 			# go install docker/docker/pkg packages to ensure that
33 34
 			# they build cross platform.
34 35
 			go install github.com/docker/docker/pkg/...