Use make release on Jenkins to support crossbuilds

This commit is contained in:
Jeff Grafton 2016-08-23 14:31:54 -07:00
parent 5981aa8b37
commit d18fbe923d

View File

@ -62,7 +62,8 @@ git clean -fdx
# docker images -q | xargs -r docker rmi
# Build
go run ./hack/e2e.go -v --build
# Jobs explicitly set KUBE_FASTBUILD to desired settings.
make release
# Push to GCS?
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then