summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-01-14 00:25:36 -0500
committerDavid Birks2020-01-14 00:25:36 -0500
commita988e268b900dba0ef61bd137727003def137ebf (patch)
tree0859abe7e91c8d5b52dba61e21ac672a8f7be519 /PKGBUILD
parentd878e702f978531856c6bfaeaa8553a8134b3722 (diff)
downloadaur-a988e268b900dba0ef61bd137727003def137ebf.tar.gz
Add aarch64 as a supported architecture
Thanks pulpo!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 706d11300b8d..9bd742a50ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=aws-iam-authenticator
pkgver=0.4.0
pkgrel=1
pkgdesc='A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/kubernetes-sigs/aws-iam-authenticator'
license=('Apache')
makedepends=('go')