mirror of https://github.com/k3s-io/k3s
Merge pull request #54985 from GheRivero/fastbuild_false
Automatic merge from submit-queue (batch tested with PRs 56894, 56940, 55223, 56554, 54985). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix Makefile doc for quick-release **What this PR does / why we need it**: 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. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/6/head
commit
ab9a534389
|
@ -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