minikube: enable for ppc64le

[ci skip]
This commit is contained in:
q66 2019-01-27 03:16:42 +01:00 committed by maxice8
parent 8fd8399615
commit ff69b22f02
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=minikube
version=0.33.1
revision=1
only_for_archs="x86_64 x86_64-musl"
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
build_style=go
go_import_path="k8s.io/minikube"
hostmakedepends="git go-bindata python pkg-config"