aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-10 17:46:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-10 17:46:32 +0000
commit25d8d53b7bcbcd8a1a6a9befd3688b319c64b23e (patch)
tree434decda5357c3a198e2cc47efd3534c3e42c12a /testing
parent5d2e790b29ce991f02ce8041c45878f335431baf (diff)
downloadaports-25d8d53b7bcbcd8a1a6a9befd3688b319c64b23e.tar.bz2
aports-25d8d53b7bcbcd8a1a6a9befd3688b319c64b23e.tar.xz
testing/k3s: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/k3s/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD
index 68cd6f0fc4..afc97d76da 100644
--- a/testing/k3s/APKBUILD
+++ b/testing/k3s/APKBUILD
@@ -6,7 +6,7 @@ pkgver=${_pkgver/+k3s/.}
pkgrel=0
pkgdesc="Lightweight Kubernetes. 5 less than k8s."
url="https://k3s.io"
-arch="all"
+arch="all !mips !mips64"
license="Apache-2.0"
options="chmod-clean !check" # No test suite from upstream
depends="cni-plugins conntrack-tools containerd coreutils findutils ipset"