testing/consul: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-16 06:25:34 +00:00
parent 9b02f8c665
commit f2dcf2d3a0

View File

@ -5,7 +5,7 @@ pkgver=1.7.2
pkgrel=0
pkgdesc="Tool for service discovery, monitoring and configuration"
url="https://www.consul.io"
arch="all !aarch64"
arch="all !aarch64 !mips !mips64"
license="MPL-2.0"
makedepends="bash go"
install="$pkgname.pre-install"