Commit d18fbe92 authored by Jeff Grafton's avatar Jeff Grafton

Use `make release` on Jenkins to support crossbuilds

parent 5981aa8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment