Merge pull request #219 from pivotal-k8s/master

Make build.sh work for windows plugins.
This commit is contained in:
Gabe Rosenhouse
2018-11-07 08:25:25 -08:00
committed by GitHub
6 changed files with 43 additions and 14 deletions

View File

@ -29,7 +29,7 @@ script:
if [ "${TARGET}" == "amd64" ]; then
GOARCH="${TARGET}" ./test.sh
else
GOARCH="${TARGET}" ./build.sh
GOARCH="${TARGET}" ./build_linux.sh
fi
notifications: