Commit 677d0fdf authored by Tim Hockin's avatar Tim Hockin

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

kubectl's dir should be 386 not x86 in x86 enviroment
parents 2e7b6d94 dec14360
...@@ -59,7 +59,7 @@ case "$(uname -m)" in ...@@ -59,7 +59,7 @@ case "$(uname -m)" in
host_arch=arm host_arch=arm
;; ;;
i?86*) i?86*)
host_arch=x86 host_arch=386
;; ;;
*) *)
echo "Unsupported host arch. Must be x86_64, 386 or arm." >&2 echo "Unsupported host arch. Must be x86_64, 386 or arm." >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment