From 587fa3d79eb675dbbcd925d862d8abea2cc901fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Tue, 16 Mar 2021 23:17:19 +0100 Subject: [PATCH] testing/envconsul: enable on mips/mips64 --- testing/envconsul/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/envconsul/APKBUILD b/testing/envconsul/APKBUILD index 35dee274ad2..3b5febb7bc3 100644 --- a/testing/envconsul/APKBUILD +++ b/testing/envconsul/APKBUILD @@ -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"