From 8c65257bb477ffce2681fe9ebcd8a687ce683ebf Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 06:07:55 +0000 Subject: [PATCH] community/docker-registry: disable on mips --- community/docker-registry/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 2303ca0e5cc..d12582300d4 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.7.1 pkgrel=1 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+" url="https://github.com/docker/distribution" -arch="all !s390x" +arch="all !s390x !mips !mips64" license="Apache-2.0" makedepends="git go" install="$pkgname.pre-install"