From 538b0a6eacad580f66ad9cf9ebaa0de229914b91 Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 2 Nov 2017 09:58:37 +0100 Subject: [PATCH] Fix Makefile doc for quick-release In the Makefile doc for quick-release target, it says: KUBE_FASTBUILD: Whether to cross-compile for other architectures. Set to 'true' to do so. If should be "Set to false" --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 76c8af23d92..ba50e2983e7 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -389,7 +389,7 @@ define RELEASE_SKIP_TESTS_HELP_INFO # # Args: # KUBE_RELEASE_RUN_TESTS: Whether to run tests. Set to 'y' to run tests anyways. -# KUBE_FASTBUILD: Whether to cross-compile for other architectures. Set to 'true' to do so. +# KUBE_FASTBUILD: Whether to cross-compile for other architectures. Set to 'false' to do so. # # Example: # make release-skip-tests