diff --git a/scripts/build.sh b/scripts/build.sh index 520b2652..3cbe3f50 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -29,6 +29,7 @@ if [ "$(go env GOOS)" = "windows" ]; then fi ldflags=" + -extldflags \"-static\" -X ${repo_path}/version.Version=${version} -X ${repo_path}/version.Revision=${revision} -X ${repo_path}/version.Branch=${branch}