Skip to content

Commit

Permalink
Merge pull request #7 from lawrencegripper/lg/binnaming
Browse files Browse the repository at this point in the history
Output binaries with correct naming
  • Loading branch information
lawrencegripper authored Jan 11, 2019
2 parents 4e4dba2 + 75b3d08 commit 3605102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ do
GOOS=${platform_split[0]}
GOARCH=${platform_split[1]}
CGO_ENABLED=0
output_name='./bin/k8sraw-'$GOOS'-'$GOARCH
output_name='./bin/terraform-provider-k8sraw-'$GOOS'-'$GOARCH
if [ $GOOS = "windows" ]; then
output_name+='.exe'
fi
Expand Down

0 comments on commit 3605102

Please sign in to comment.