Skip to content

Commit

Permalink
Merge pull request kubernetes#2029 from aaron-prindle/release-iso-v0.…
Browse files Browse the repository at this point in the history
…23.5

bump iso version to v0.23.5
  • Loading branch information
aaron-prindle authored Oct 4, 2017
2 parents c6d2e49 + 54f20ac commit 4d749cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MINIKUBE_BUILD_IMAGE ?= karalabe/xgo-1.8.3
LOCALKUBE_BUILD_IMAGE ?= gcr.io/google_containers/kube-cross:v1.8.3-1
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image

ISO_VERSION ?= v0.23.4
ISO_VERSION ?= v0.23.5
ISO_BUCKET ?= minikube/iso

GOOS ?= $(shell go env GOOS)
Expand Down Expand Up @@ -83,7 +83,7 @@ ifneq ($(BUILD_OS),Linux)
LOCALKUBE_BUILD_IN_DOCKER=y
endif

# If we are already running in docker,
# If we are already running in docker,
# prevent recursion by unsetting the BUILD_IN_DOCKER directives.
# The _BUILD_IN_DOCKER variables should not be modified after this conditional.
ifeq ($(IN_DOCKER),1)
Expand Down Expand Up @@ -222,7 +222,7 @@ out/minikube-%-amd64.tar.gz: $$(TAR_TARGETS_$$*) $(TAR_TARGETS_ALL)

.PHONY: cross-tars
cross-tars: out/minikube-windows-amd64.tar.gz out/minikube-linux-amd64.tar.gz out/minikube-darwin-amd64.tar.gz

out/minikube-installer.exe: out/minikube-windows-amd64.exe
rm -rf out/windows_tmp
cp -r installers/windows/ out/windows_tmp
Expand Down

0 comments on commit 4d749cf

Please sign in to comment.