Merge pull request #16 from s1061123/fix/nossl

Add '-tags no_openssl' option in build script
This commit is contained in:
OpenShift Merge Robot 2019-07-17 14:56:27 +02:00 committed by GitHub
commit 13932b1cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
build
View File

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