kubernetes-helm: enable build on ppc64le
This commit is contained in:
parent
e5a1a99ff4
commit
467f52b1de
|
@ -20,6 +20,7 @@ _convert_arch() {
|
||||||
armv7*) echo arm;;
|
armv7*) echo arm;;
|
||||||
i686*) echo 386;;
|
i686*) echo 386;;
|
||||||
x86_64*) echo amd64;;
|
x86_64*) echo amd64;;
|
||||||
|
ppc64le*) echo ppc64le;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue