aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ameba/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ameba/APKBUILD b/testing/ameba/APKBUILD
index 313d4a5d57..06574929a3 100644
--- a/testing/ameba/APKBUILD
+++ b/testing/ameba/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.11.0
pkgrel=0
pkgdesc="A static code analysis tool for Crystal"
url="https://github.com/crystal-ameba/ameba"
-arch="x86_64 aarch64"
+arch="x86_64" # limited by crystal aport
license="MIT"
makedepends="crystal libxml2-dev shards yaml-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/veelenga/$pkgname/archive/v$pkgver.tar.gz"