aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-14 02:00:13 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-14 02:00:13 +0000
commit46d4c1b4939595b5803641bd01c99462e1d63ada (patch)
tree4be215b6b95f6066180eb947e2d0854c1b004ed9 /testing
parent7a2b7aaeffff43fe2ba5a8fa93ec14bd8ed0631a (diff)
downloadaports-46d4c1b4939595b5803641bd01c99462e1d63ada.tar.bz2
aports-46d4c1b4939595b5803641bd01c99462e1d63ada.tar.xz
testing/minikube: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/minikube/APKBUILD2
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"