mirror of https://github.com/docker/cli.git
Merge pull request #2362 from silvin-lubecki/fix-windows-exentension
Add an exe extension to windows binary during cross build.
This commit is contained in:
commit
7d407207c3
|
@ -13,7 +13,7 @@ export GOOS=windows
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
|
|
||||||
# Override TARGET
|
# Override TARGET
|
||||||
TARGET="build/docker-$GOOS-$GOARCH"
|
TARGET="build/docker-$GOOS-$GOARCH.exe"
|
||||||
|
|
||||||
echo "Generating windows resources"
|
echo "Generating windows resources"
|
||||||
go generate ./cli/winresources
|
go generate ./cli/winresources
|
||||||
|
|
Loading…
Reference in New Issue