summarylogtreecommitdiffstats
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
parent539a6ca58f7d0ca5858a3f4cf2d0190362a69056 (diff)
downloadaur-a6ac5b261979e7537ecb80fbd839beb47b77e6f2.tar.gz
[amazon-ecr-credential-helper] Support ARM64
Apparently it builds just fine.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec6ffe310029..13666c0a61c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = amazon-ecr-credential-helper
pkgdesc = A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry.
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awslabs/amazon-ecr-credential-helper
arch = i686
arch = x86_64
+ arch = aarch64
license = Apache
makedepends = go
source = amazon-ecr-credential-helper-0.6.0.tar.gz::https://github.com/awslabs/amazon-ecr-credential-helper/archive/v0.6.0.tar.gz
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