Skip to content

Commit

Permalink
Upload cross tars to google storage for release
Browse files Browse the repository at this point in the history
For use with Zero Install (executable, smaller download)

Older versions had issues with checksumming naked binaries
  • Loading branch information
afbjorklund committed May 4, 2020
1 parent 453b5e6 commit 292a58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 292a58c

Please sign in to comment.