kubernetes: enable build on ppc64le

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

View file

@ -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"