Skip to content

Commit

Permalink
Add an exe extension to windows binary during cross build.
Browse files Browse the repository at this point in the history
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
  • Loading branch information
silvin-lubecki committed Feb 27, 2020
1 parent c3b48c5 commit 40aa020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/windows
Expand Up @@ -13,7 +13,7 @@ export GOOS=windows
export GOARCH=amd64

# Override TARGET
TARGET="build/docker-$GOOS-$GOARCH"
TARGET="build/docker-$GOOS-$GOARCH.exe"

echo "Generating windows resources"
go generate ./cli/winresources
Expand Down

0 comments on commit 40aa020

Please sign in to comment.