mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #23561 from david-mcmahon/outdir
Automatic merge from submit-queue Honor incoming OUT_DIR from the Makefile.
This commit is contained in:
commit
e14765b760
@ -60,7 +60,8 @@ readonly KUBE_BUILD_IMAGE_CROSS_TAG="v1.4.2-1"
|
|||||||
# *_OUTPUT_BINPATH - location where final binaries are placed. If the remote
|
# *_OUTPUT_BINPATH - location where final binaries are placed. If the remote
|
||||||
# is really remote, this is the stuff that has to be copied
|
# is really remote, this is the stuff that has to be copied
|
||||||
# back.
|
# back.
|
||||||
readonly LOCAL_OUTPUT_ROOT="${KUBE_ROOT}/_output"
|
# OUT_DIR can come in from the Makefile, so honor it.
|
||||||
|
readonly LOCAL_OUTPUT_ROOT="${KUBE_ROOT}/${OUT_DIR:-_output}"
|
||||||
readonly LOCAL_OUTPUT_SUBPATH="${LOCAL_OUTPUT_ROOT}/dockerized"
|
readonly LOCAL_OUTPUT_SUBPATH="${LOCAL_OUTPUT_ROOT}/dockerized"
|
||||||
readonly LOCAL_OUTPUT_BINPATH="${LOCAL_OUTPUT_SUBPATH}/bin"
|
readonly LOCAL_OUTPUT_BINPATH="${LOCAL_OUTPUT_SUBPATH}/bin"
|
||||||
readonly LOCAL_OUTPUT_IMAGE_STAGING="${LOCAL_OUTPUT_ROOT}/images"
|
readonly LOCAL_OUTPUT_IMAGE_STAGING="${LOCAL_OUTPUT_ROOT}/images"
|
||||||
|
Loading…
Reference in New Issue
Block a user