mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
fix executable path
fix executable path by remove `/go`
This commit is contained in:
parent
e941b46b22
commit
661699a301
@ -68,7 +68,7 @@ define ALL_HELP_INFO
|
||||
#
|
||||
# Args:
|
||||
# WHAT: Directory names to build. If any of these directories has a 'main'
|
||||
# package, the build will produce executable files under $(OUT_DIR)/go/bin.
|
||||
# package, the build will produce executable files under $(OUT_DIR)/bin.
|
||||
# If not specified, "everything" will be built.
|
||||
# GOFLAGS: Extra flags to pass to 'go' when building.
|
||||
# GOLDFLAGS: Extra linking flags passed to 'go' when building.
|
||||
|
Loading…
Reference in New Issue
Block a user