summaryrefslogtreecommitdiff
path: root/community/k9s
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2021-10-27 05:49:20 +0300
committerAndy Postnikov <apostnikov@gmail.com>2021-10-27 05:49:20 +0300
commita6177bfe57c28e5f57c5ab491ab48ff52c5b5d21 (patch)
treeac96b3c27ded4e4c2c7100abaa67f6b68cbdbefb /community/k9s
parente07bdb334f1afa42efa09b2ea7f4e9b6c0e00975 (diff)
downloadaports-a6177bfe57c28e5f57c5ab491ab48ff52c5b5d21.zip
community/k9s: disable on aarch64
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 628f74d037d..e9e8c6ced18 100644
--- a/community/k9s/APKBUILD
+++ b/community/k9s/APKBUILD
@@ -9,7 +9,7 @@ _date=2021-08-09T07:35:15UTC # date -u -d @$(date +%s) +%FT%T%Z
pkgdesc="Kubernetes TUI"
url="https://k9scli.io"
# riscv64 FTBS
-arch="all !x86 !armhf !mips64 !riscv64" # tests fail
+arch="all !x86 !armhf !mips64 !riscv64 !aarch64" # tests fail
license="Apache-2.0"
makedepends="go"
options="net chmod-clean"