Merge pull request #8782 from orangain/fix-kubectl-path-in-x86

kubectl's dir should be 386 not x86 in x86 enviroment
This commit is contained in:
Tim Hockin 2015-05-28 16:59:25 -07:00
commit 677d0fdf87

View File

@ -59,7 +59,7 @@ case "$(uname -m)" in
host_arch=arm
;;
i?86*)
host_arch=x86
host_arch=386
;;
*)
echo "Unsupported host arch. Must be x86_64, 386 or arm." >&2