Merge pull request #12 from openshift/fix-cgo

add CGO_ENABLED=0 to build
This commit is contained in:
OpenShift Merge Robot
2019-04-17 11:49:42 -07:00
committed by GitHub

2
build
View File

@@ -14,4 +14,4 @@ export GOBIN=${PWD}/bin
export GOPATH=${PWD}/gopath
echo "Building plugins"
go install "$@" ${REPO_PATH}/multus
CGO_ENABLED=0 go install "$@" -tags no_openssl ${REPO_PATH}/multus