mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user