We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a891233 commit e44ca0bCopy full SHA for e44ca0b
scripts/build.sh
@@ -5,9 +5,10 @@ set -euxo pipefail
5
GIT_COMMIT=$(./scripts/getGitCommit.sh)
6
7
PKG_NAME=github.com/contiv/netplugin/version
8
-GOGC=1500 go install -v \
+GOGC=1500 CGO_ENABLED=0 go install -v \
9
+ -a -installsuffix cgo \
10
-ldflags "-X $PKG_NAME.version=$BUILD_VERSION \
11
-X $PKG_NAME.buildTime=$(date -u +%m-%d-%Y.%H-%M-%S.UTC) \
12
-X $PKG_NAME.gitCommit=$GIT_COMMIT \
- -s -w" \
13
+ -s -w -d" -pkgdir /tmp/foo-cgo \
14
$TO_BUILD
0 commit comments