You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -722,7 +722,7 @@ $(PRELOAD_GENERATOR_DIR):
722
722
git clone --depth=1 --branch main $(PRELOAD_GENERATOR_REPO)$(PRELOAD_GENERATOR_DIR)
723
723
724
724
out/preload-generator: $(PRELOAD_GENERATOR_DIR)
725
-
cd$(PRELOAD_GENERATOR_DIR)&& GOWORK=off GOBIN=$(BUILD_DIR) go install ./cmd/preload-generator
725
+
cd$(PRELOAD_GENERATOR_DIR)&& GOWORK=off GOBIN=$(BUILD_DIR) go install -ldflags="$(MINIKUBE_LDFLAGS)"./cmd/preload-generator
726
726
727
727
.PHONY: upload-preloaded-images-tar
728
728
upload-preloaded-images-tar: out/minikube out/preload-generator ## Upload the preloaded images for oldest supported, newest supported, and default kubernetes versions to GCS.
0 commit comments