kubernetes: enable build on ppc64le
This commit is contained in:
parent
a1c6f3a3b7
commit
e5a1a99ff4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=1.13.2
|
|||
revision=1
|
||||
build_style=go
|
||||
nocross=yes
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
|
||||
hostmakedepends="rsync git go-bindata"
|
||||
depends="kubectl"
|
||||
short_desc="Container Cluster Manager for Docker"
|
||||
|
|
Loading…
Reference in a new issue