summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Greb2022-04-04 09:32:43 +0200
committerSven Greb2022-04-04 09:41:57 +0200
commitc7c2d9079720b77290b2f72c70f7905c64e983ac (patch)
tree9e14e495f0e7acedbfb3a31c136d1c458b6add9b /PKGBUILD
parentf13684aec18ab210236805a3bfb56381381e385e (diff)
downloadaur-c7c2d9079720b77290b2f72c70f7905c64e983ac.tar.gz
Add ARm and ARM64 as supported CPU architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9e87b050158..a247e1dc9030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mage
pkgver=1.11.0
pkgrel=1
pkgdesc="A Make/rake-like build tool using Go"
-arch=("x86_64")
+arch=("x86_64" "arm" "aarch64")
url="https://magefile.org"
license=("Apache")
makedepends=("git" "go-pie")