aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Santana <daniel@santana.tech>2021-01-06 08:03:28 -0300
committerRasmus Thomsen <oss@cogitri.dev>2021-01-08 14:22:21 +0000
commit1d02f94e4d803bf47d8c969b4e831e68e04916f4 (patch)
tree425447483ed2e80a1eeb1141aed18d4831ab8031
parentc42b5d086722bdcec10793f4ee2713427399256a (diff)
testing/coredns: enable all architectures
-rw-r--r--testing/coredns/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/coredns/APKBUILD b/testing/coredns/APKBUILD
index cc44008292d..63d30b2ccc7 100644
--- a/testing/coredns/APKBUILD
+++ b/testing/coredns/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.0
pkgrel=0
pkgdesc="fast and flexible DNS server"
url="https://github.com/coredns/coredns"
-arch="all !mips !mips64 !x86 !armv7 !armhf"
+arch="all !mips64" # blocked by go
license="Apache-2.0"
options="net"
makedepends="go"