mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
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"
This commit is contained in:
parent
618b705a4b
commit
538b0a6eac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user