diff options
Diffstat (limited to 'community/k9s')
-rw-r--r-- | community/k9s/APKBUILD | 2 |
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" |