Skip to content

Commit

Permalink
Merge pull request #221 from micw/dockerfile-improvements
Browse files Browse the repository at this point in the history
Refactoring the build process
  • Loading branch information
dougbtv committed Dec 17, 2018
2 parents f157f42 + 891b81f commit dc5ba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -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 netgo "$@" ${REPO_PATH}/multus

0 comments on commit dc5ba0f

Please sign in to comment.