Link _output/bin/ to real binaries for this arch

This makes followup commits easier wrt finding binaries during build.
This commit is contained in:
Tim Hockin
2016-05-30 20:35:16 -07:00
parent faeef5c4ae
commit 881e21c2d5
6 changed files with 17 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ esac
# to find the latest one.
if [[ -z "${KUBECTL_PATH:-}" ]]; then
locations=(
"${KUBE_ROOT}/_output/bin/kubectl"
"${KUBE_ROOT}/_output/dockerized/bin/${host_os}/${host_arch}/kubectl"
"${KUBE_ROOT}/_output/local/bin/${host_os}/${host_arch}/kubectl"
"${KUBE_ROOT}/platforms/${host_os}/${host_arch}/kubectl"