Skip to content

Commit

Permalink
[build] Adds CGO_ENABLED=0 and -tags no_openssl to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbtv authored and s1061123 committed Apr 18, 2019
1 parent f11c851 commit bf61002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi
export GO15VENDOREXPERIMENT=1
export GOBIN=${PWD}/bin
export GOPATH=${PWD}/gopath
export CGO_ENABLED=0

echo "Building plugins"
go install -ldflags "${LDFLAGS}" "$@" ${REPO_PATH}/multus
go install -tags no_openssl -ldflags "${LDFLAGS}" "$@" ${REPO_PATH}/multus

0 comments on commit bf61002

Please sign in to comment.