瀏覽代碼

Merge pull request #33749 from Microsoft/jjh/cross

Show what cross-build is executing
Vincent Demeester 8 年之前
父節點
當前提交
be02125491
共有 1 個文件被更改,包括 1 次插入0 次删除
  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/...