mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
kubernetes-helm: enable build on ppc64le
This commit is contained in:
parent
e5a1a99ff4
commit
467f52b1de
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ _convert_arch() {
|
|||
armv7*) echo arm;;
|
||||
i686*) echo 386;;
|
||||
x86_64*) echo amd64;;
|
||||
ppc64le*) echo ppc64le;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue