testing/envconsul: enable on mips/mips64

This commit is contained in:
Michał Polański 2021-03-16 23:17:19 +01:00 committed by Leo
parent 84b0ff6a28
commit 587fa3d79e

View File

@ -5,8 +5,8 @@ pkgver=0.11.0
pkgrel=0
pkgdesc="Read and set environmental variables for processes from Consul."
url="https://www.consul.io/"
arch="all !mips !mips64" # missing GO
license="MPL-2.0"
arch="all"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/envconsul/archive/v$pkgver.tar.gz"