community/docker-registry: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-08 06:07:55 +00:00
parent 107486156b
commit 8c65257bb4

View File

@ -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"