Add '-tags no_openssl' option in build script

This commit is contained in:
Tomofumi Hayashi
2019-07-17 15:37:43 +09:00
parent c8dc6316c9
commit 124ff4ee70

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