From 3973baa87826403d66835385dbf8cb096ae98a84 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 16 May 2017 10:09:13 +0000
Subject: [PATCH] community/docker-registry: rebuild with go 1.8, enable
 ppc64le

---
 community/docker-registry/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD
index 8b0941b27295..53bd97ad2d08 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"
-- 
GitLab