correct location for buildroot config
parent
417bebcac2
commit
fd1ab46d49
2
Makefile
2
Makefile
|
|
@ -45,7 +45,7 @@ INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
|
|||
BUILDROOT_BRANCH ?= 2021.02.4
|
||||
# the go version on the line below is for the ISO and does not need to be updated often
|
||||
GOLANG_OPTIONS = GO_VERSION=1.17 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash
|
||||
BUILDROOT_OPTIONS = BR2_EXTERNAL=$(PWD)/deploy/iso/minikube-iso $(GOLANG_OPTIONS)
|
||||
BUILDROOT_OPTIONS = BR2_EXTERNAL=../../deploy/iso/minikube-iso $(GOLANG_OPTIONS)
|
||||
REGISTRY ?= gcr.io/k8s-minikube
|
||||
|
||||
# Get git commit id
|
||||
|
|
|
|||
Loading…
Reference in New Issue