From 0390c1720ca940042faed0c84290a05932eb49a5 Mon Sep 17 00:00:00 2001 From: Doug Smith Date: Wed, 17 Apr 2019 12:23:11 -0400 Subject: [PATCH] adds -tags no_openssl --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 8acd334dc..9face165d 100755 --- a/build +++ b/build @@ -14,4 +14,4 @@ export GOBIN=${PWD}/bin export GOPATH=${PWD}/gopath echo "Building plugins" -CGO_ENABLED=0 go install "$@" ${REPO_PATH}/multus +CGO_ENABLED=0 go install "$@" -tags no_openssl ${REPO_PATH}/multus