kubernetes-helm: enable build on ppc64le

This commit is contained in:
q66 2018-12-20 18:24:51 +01:00 committed by maxice8
parent e5a1a99ff4
commit 467f52b1de

View file

@ -20,6 +20,7 @@ _convert_arch() {
armv7*) echo arm;;
i686*) echo 386;;
x86_64*) echo amd64;;
ppc64le*) echo ppc64le;;
esac
}