summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2022-03-22 09:27:05 +0000
committerD. Can Celasun2022-03-22 09:27:05 +0000
commita6ac5b261979e7537ecb80fbd839beb47b77e6f2 (patch)
treeb82b4a2ee0f601650f00562c5e0e6eca061ad88b /PKGBUILD
parent539a6ca58f7d0ca5858a3f4cf2d0190362a69056 (diff)
downloadaur-a6ac5b261979e7537ecb80fbd839beb47b77e6f2.tar.gz
[amazon-ecr-credential-helper] Support ARM64
Apparently it builds just fine.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01697d21acb0..76568a6ddc39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=amazon-ecr-credential-helper
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
_commit=b19192b6522b2da02d14ec394c331f3b1a70efe2
pkgdesc="A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry."
url='https://github.com/awslabs/amazon-ecr-credential-helper'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('Apache')
makedepends=('go')
_gourl=github.com/awslabs