Upload cross tars to google storage for release
For use with Zero Install (executable, smaller download) Older versions had issues with checksumming naked binariespull/7991/head
parent
453b5e6321
commit
292a58c095
2
Makefile
2
Makefile
|
@ -243,7 +243,7 @@ test-pkg/%: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go
|
|||
go test -v -test.timeout=60m ./$* --tags="$(MINIKUBE_BUILD_TAGS)"
|
||||
|
||||
.PHONY: all
|
||||
all: cross drivers e2e-cross exotic out/gvisor-addon ## Build all different minikube components
|
||||
all: cross drivers e2e-cross cross-tars exotic out/gvisor-addon ## Build all different minikube components
|
||||
|
||||
.PHONY: drivers
|
||||
drivers: docker-machine-driver-hyperkit docker-machine-driver-kvm2 ## Build Hyperkit and KVM2 drivers
|
||||
|
|
Loading…
Reference in New Issue