Have build/make-cross.sh copy binaries back over if using boot2docker.

Also clarified error message in cluster/kubecfg.sh.
This commit is contained in:
Joe Beda
2014-10-11 07:24:12 -07:00
parent 695fbee343
commit b2395c76f2
3 changed files with 13 additions and 6 deletions

View File

@@ -28,3 +28,4 @@ source "$KUBE_ROOT/build/common.sh"
kube::build::verify_prereqs
kube::build::build_image
kube::build::run_build_command build/build-image/make-binaries.sh "$@"
kube::build::copy_output

View File

@@ -29,3 +29,4 @@ source "$KUBE_ROOT/build/common.sh"
kube::build::verify_prereqs
kube::build::build_image
kube::build::run_build_command build/build-image/make-cross.sh
kube::build::copy_output