mirror of https://github.com/docker/docs.git
Merge pull request #13239 from Microsoft/10662-hack
Make which cross binary fails clearer
This commit is contained in:
commit
48b4229cb4
|
|
@ -13,6 +13,7 @@ fi
|
||||||
|
|
||||||
source "${MAKEDIR}/.go-autogen"
|
source "${MAKEDIR}/.go-autogen"
|
||||||
|
|
||||||
|
echo "Building: $DEST/$BINARY_FULLNAME"
|
||||||
go build \
|
go build \
|
||||||
-o "$DEST/$BINARY_FULLNAME" \
|
-o "$DEST/$BINARY_FULLNAME" \
|
||||||
"${BUILDFLAGS[@]}" \
|
"${BUILDFLAGS[@]}" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue