From 124ff4ee70ed47b4a0f061539890dcbeebcb923e Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Wed, 17 Jul 2019 15:37:43 +0900 Subject: [PATCH] Add '-tags no_openssl' option in build script --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 924ae2752..eebaf0544 100755 --- a/build +++ b/build @@ -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