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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user