diff options
-rw-r--r-- | testing/minikube/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/minikube/APKBUILD b/testing/minikube/APKBUILD index e289db66c0..82e2a28257 100644 --- a/testing/minikube/APKBUILD +++ b/testing/minikube/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.35.0 pkgrel=1 pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally" url="https://github.com/kubernetes/minikube" -arch="all" +arch="all !mips !mips64" # fails to build on mips license="Apache" makedepends="make go git bash" source="$pkgname-$pkgver.tar.gz::https://github.com/kubernetes/minikube/archive/v$pkgver.tar.gz" |