summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-01-14 00:25:36 -0500
committerDavid Birks2020-01-14 00:25:36 -0500
commita988e268b900dba0ef61bd137727003def137ebf (patch)
tree0859abe7e91c8d5b52dba61e21ac672a8f7be519
parentd878e702f978531856c6bfaeaa8553a8134b3722 (diff)
downloadaur-a988e268b900dba0ef61bd137727003def137ebf.tar.gz
Add aarch64 as a supported architecture
Thanks pulpo!
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9ee3d374e4..f662713a35b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = aws-iam-authenticator
pkgrel = 1
url = https://github.com/kubernetes-sigs/aws-iam-authenticator
arch = x86_64
+ arch = aarch64
license = Apache
makedepends = go
conflicts = aws-iam-authenticator-bin
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')