We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ddf6eb + 7f61276 commit 2ad48e1Copy full SHA for 2ad48e1
build/build.sh
@@ -45,6 +45,7 @@ if [ "${go_version:0:3}" = "1.4" ]; then
45
fi
46
47
ldflags="
48
+ -extldflags '-static'
49
-X ${repo_path}/version.Version${ldseparator}${version}
50
-X ${repo_path}/version.Revision${ldseparator}${revision}
51
-X ${repo_path}/version.Branch${ldseparator}${branch}
0 commit comments