summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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