summaryrefslogtreecommitdiff
path: root/community/k9s
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-03-01 00:00:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-03-01 00:04:52 -0300
commit4f5c5873cc489e6c4b626b0ad63cc99628d40a94 (patch)
treee90f8afced34ece04dc2850d68f5935c9577c001 /community/k9s
parentf6771313f6345f97f602e7ed745d5e1c4527a6f8 (diff)
downloadaports-4f5c5873cc489e6c4b626b0ad63cc99628d40a94.zip
community/k9s: disable on mips64 due to test failures
Diffstat (limited to 'community/k9s')
-rw-r--r--community/k9s/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/k9s/APKBUILD b/community/k9s/APKBUILD
index 453b1462969..a46c761d494 100644
--- a/community/k9s/APKBUILD
+++ b/community/k9s/APKBUILD
@@ -8,7 +8,7 @@ _commit=a952806e # git rev-parse --short HEAD
_date=2020-11-16T17:25:46UTC # date -u -d @$(date +%s) +%FT%T%Z
pkgdesc="Kubernetes TUI"
url="https://k9scli.io"
-arch="all !x86 !armhf" # tests fail on x86 and arm7 for some reason
+arch="all !x86 !armhf !mips64" # tests fail
license="Apache-2.0"
makedepends="go"
options="net chmod-clean"