From a6177bfe57c28e5f57c5ab491ab48ff52c5b5d21 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Wed, 27 Oct 2021 05:49:20 +0300 Subject: community/k9s: disable on aarch64 --- community/k9s/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/k9s') 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" -- cgit v1.2.3