Use make release
on Jenkins to support crossbuilds
This commit is contained in:
parent
5981aa8b37
commit
d18fbe923d
@ -62,7 +62,8 @@ git clean -fdx
|
|||||||
# docker images -q | xargs -r docker rmi
|
# docker images -q | xargs -r docker rmi
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
go run ./hack/e2e.go -v --build
|
# Jobs explicitly set KUBE_FASTBUILD to desired settings.
|
||||||
|
make release
|
||||||
|
|
||||||
# Push to GCS?
|
# Push to GCS?
|
||||||
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then
|
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user