aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-16 10:09:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-16 10:09:13 +0000
commit3973baa87826403d66835385dbf8cb096ae98a84 (patch)
tree92366ebd7a312eac866a1b0ca3a742755615a3bf /community
parent968f09062eedcfbb572e7d1920f6d6f3c8b6d7a5 (diff)
downloadaports-3973baa87826403d66835385dbf8cb096ae98a84.tar.bz2
aports-3973baa87826403d66835385dbf8cb096ae98a84.tar.xz
community/docker-registry: rebuild with go 1.8, enable ppc64le
Diffstat (limited to 'community')
-rw-r--r--community/docker-registry/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD
index 8b0941b272..53bd97ad2d 100644
--- a/community/docker-registry/APKBUILD
+++ b/community/docker-registry/APKBUILD
@@ -2,10 +2,10 @@
pkgname=docker-registry
pkgver=2.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+"
url="https://github.com/docker/distribution"
-arch="x86 x86_64"
+arch="x86 x86_64 ppc64le"
license="ASL-2.0"
makedepends="git go"
install="$pkgname.pre-install"