aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-24 22:54:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-25 05:11:32 +0000
commit5efa930ad06eaf30c9070eabe818d654f8b576ac (patch)
tree09333418bf6251a7fce1c5f1190a401202f85da9
parent328d87ca72a5e85cfd5e9cbe27317fbb87e662b4 (diff)
community/*: re-enable on mips(64)
previously limited by go
-rw-r--r--community/aerc/APKBUILD2
-rw-r--r--community/alertmanager/APKBUILD2
-rw-r--r--community/apk-file/APKBUILD2
-rw-r--r--community/brillo/APKBUILD2
-rw-r--r--community/browserpass/APKBUILD2
-rw-r--r--community/chezmoi/APKBUILD2
-rw-r--r--community/cloudi/APKBUILD2
-rw-r--r--community/consul-template/APKBUILD2
-rw-r--r--community/consul/APKBUILD2
-rw-r--r--community/containerd/APKBUILD2
-rw-r--r--community/curlie/APKBUILD2
-rw-r--r--community/dep/APKBUILD2
-rw-r--r--community/dnscrypt-proxy/APKBUILD2
-rw-r--r--community/docker-registry/APKBUILD2
-rw-r--r--community/docker/APKBUILD2
-rw-r--r--community/dockviz/APKBUILD2
-rw-r--r--community/easypki/APKBUILD2
-rw-r--r--community/fzf/APKBUILD2
-rw-r--r--community/git-lfs/APKBUILD2
-rw-r--r--community/gitea/APKBUILD2
-rw-r--r--community/github-cli/APKBUILD3
-rw-r--r--community/gitlab-runner/APKBUILD2
-rw-r--r--community/glab/APKBUILD2
-rw-r--r--community/glide/APKBUILD2
-rw-r--r--community/glow/APKBUILD2
-rw-r--r--community/go-md2man/APKBUILD2
-rw-r--r--community/go-msgauth/APKBUILD2
-rw-r--r--community/gogs/APKBUILD2
-rw-r--r--community/gomplate/APKBUILD2
-rw-r--r--community/gonic/APKBUILD2
-rw-r--r--community/gopass/APKBUILD2
-rw-r--r--community/gotop/APKBUILD2
-rw-r--r--community/govendor/APKBUILD2
-rw-r--r--community/grafana/APKBUILD2
-rw-r--r--community/hey/APKBUILD2
-rw-r--r--community/hugo/APKBUILD2
-rw-r--r--community/influxdb/APKBUILD3
-rw-r--r--community/k3s/APKBUILD2
-rw-r--r--community/k9s/APKBUILD2
-rw-r--r--community/kiln/APKBUILD2
-rw-r--r--community/lab/APKBUILD2
-rw-r--r--community/lazygit/APKBUILD2
-rw-r--r--community/lego/APKBUILD3
-rw-r--r--community/micro/APKBUILD2
-rw-r--r--community/miniflux/APKBUILD2
-rw-r--r--community/mongodb-tools/APKBUILD2
-rw-r--r--community/nfpm/APKBUILD2
-rw-r--r--community/nomad/APKBUILD2
-rw-r--r--community/piknik/APKBUILD2
-rw-r--r--community/prometheus-snmp-exporter/APKBUILD2
-rw-r--r--community/prometheus/APKBUILD2
-rw-r--r--community/prosody-filer/APKBUILD2
-rw-r--r--community/rclone/APKBUILD2
-rw-r--r--community/rest-server/APKBUILD2
-rw-r--r--community/restic/APKBUILD2
-rw-r--r--community/runc/APKBUILD2
-rw-r--r--community/shfmt/APKBUILD2
-rw-r--r--community/sshign/APKBUILD2
-rw-r--r--community/syncthing/APKBUILD2
-rw-r--r--community/terraform/APKBUILD2
-rw-r--r--community/umoci/APKBUILD2
-rw-r--r--community/wait4x/APKBUILD2
-rw-r--r--community/writefreely/APKBUILD2
-rw-r--r--community/yggdrasil/APKBUILD2
-rw-r--r--community/yq/APKBUILD2
-rw-r--r--community/zabbix/APKBUILD2
66 files changed, 66 insertions, 69 deletions
diff --git a/community/aerc/APKBUILD b/community/aerc/APKBUILD
index 38e7ff041f3..10138164b52 100644
--- a/community/aerc/APKBUILD
+++ b/community/aerc/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.5.2
pkgrel=0
pkgdesc="email client for your terminal"
url="https://aerc-mail.org"
-arch="all !mips !mips64" # mips(64): blocked on go
+arch="all"
license="MIT"
depends="less ncurses"
makedepends="go scdoc"
diff --git a/community/alertmanager/APKBUILD b/community/alertmanager/APKBUILD
index e7c7cd12bb9..4a3cc2465b9 100644
--- a/community/alertmanager/APKBUILD
+++ b/community/alertmanager/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.21.0
pkgrel=0
pkgdesc="Prometheus Alertmanager"
url="https://github.com/prometheus/alertmanager"
-arch="all !mips !mips64"
+arch="all"
license="Apache-2.0"
install="$pkgname.pre-install"
makedepends="go"
diff --git a/community/apk-file/APKBUILD b/community/apk-file/APKBUILD
index 4dbce034f04..846633960e3 100644
--- a/community/apk-file/APKBUILD
+++ b/community/apk-file/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Command line front end for pkgs.alpinelinux.org"
options="chmod-clean"
url="https://github.com/genuinetools/apk-file"
-arch="all !mips !mips64" # go-less
+arch="all"
license="MIT"
makedepends="go bash"
source="$pkgname-$pkgver.tar.gz::https://github.com/genuinetools/apk-file/archive/v$pkgver.tar.gz"
diff --git a/community/brillo/APKBUILD b/community/brillo/APKBUILD
index b11d421ad8c..a11af3d22fe 100644
--- a/community/brillo/APKBUILD
+++ b/community/brillo/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Control the brightness of backlight and keyboard LED devices"
options="!check"
url="https://gitlab.com/cameronnemo/brillo"
-arch="all !mips64" # limited by go
+arch="all"
license="0BSD"
makedepends="go-md2man"
checkdepends="valgrind"
diff --git a/community/browserpass/APKBUILD b/community/browserpass/APKBUILD
index 70d1815e2d4..9080083360a 100644
--- a/community/browserpass/APKBUILD
+++ b/community/browserpass/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.0.7
pkgrel=0
pkgdesc="Browser extension for pass"
url="https://github.com/browserpass/browserpass-native"
-arch="all !mips64" # go
+arch="all"
license="MIT"
depends="pass"
makedepends="go git"
diff --git a/community/chezmoi/APKBUILD b/community/chezmoi/APKBUILD
index d163f83616d..9dd554e165e 100644
--- a/community/chezmoi/APKBUILD
+++ b/community/chezmoi/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.11
pkgrel=0
pkgdesc="Manage your dotfiles across multiple machines, securely."
url="https://www.chezmoi.io/"
-arch="all !mips !mips64" # go missing
+arch="all"
license="MIT"
makedepends="go"
options="!check chmod-clean" # no test suite
diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD
index 47c94f27dce..1519b44c047 100644
--- a/community/cloudi/APKBUILD
+++ b/community/cloudi/APKBUILD
@@ -33,7 +33,7 @@ pkgrel=1
pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing."
url="https://cloudi.org/"
license="MIT"
-arch="all !mips !mips64"
+arch="all"
depends="erlang
g++"
makedepends="autoconf
diff --git a/community/consul-template/APKBUILD b/community/consul-template/APKBUILD
index 1ab524ec63a..fc7d0f62cc6 100644
--- a/community/consul-template/APKBUILD
+++ b/community/consul-template/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.25.2
pkgrel=0
pkgdesc="Generic template rendering and notifications with Consul"
url="https://www.consul.io/"
-arch="all !mips !mips64"
+arch="all"
license="MPL-2.0"
makedepends="go"
options="!check"
diff --git a/community/consul/APKBUILD b/community/consul/APKBUILD
index d37471395e9..5734e6e64ad 100644
--- a/community/consul/APKBUILD
+++ b/community/consul/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.9.3
pkgrel=0
pkgdesc="Tool for service discovery, monitoring and configuration"
url="https://www.consul.io"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MPL-2.0"
makedepends="bash go"
install="$pkgname.pre-install"
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index 4aac6355341..69d3dd3f632 100644
--- a/community/containerd/APKBUILD
+++ b/community/containerd/APKBUILD
@@ -9,7 +9,7 @@ pkgver=1.4.3
pkgrel=0
pkgdesc="An open and reliable container runtime"
url="https://containerd.io"
-arch="all !mips !mips64"
+arch="all"
license="Apache-2.0"
depends="runc"
makedepends="btrfs-progs-dev go go-md2man libseccomp-dev"
diff --git a/community/curlie/APKBUILD b/community/curlie/APKBUILD
index b99d3028708..5e64bed338c 100644
--- a/community/curlie/APKBUILD
+++ b/community/curlie/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.6.0
pkgrel=0
pkgdesc="Curlie is a frontend to curl that adds the ease of use of httpie"
url="https://github.com/rs/curlie"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
depends="curl"
makedepends="go"
diff --git a/community/dep/APKBUILD b/community/dep/APKBUILD
index ff8ccb23faf..8a9eb6900ed 100644
--- a/community/dep/APKBUILD
+++ b/community/dep/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.4
pkgrel=2
pkgdesc="Go dependency management tool"
url="https://github.com/golang/dep"
-arch="all !mips !mips64"
+arch="all"
license="BSD-3-Clause"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/golang/$pkgname/archive/v$pkgver.tar.gz"
diff --git a/community/dnscrypt-proxy/APKBUILD b/community/dnscrypt-proxy/APKBUILD
index a0aefd5ed09..fb8053153ee 100644
--- a/community/dnscrypt-proxy/APKBUILD
+++ b/community/dnscrypt-proxy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.45
pkgrel=0
pkgdesc="Tool for securing communications between a client and a DNS resolver"
url="https://dnscrypt.info"
-arch="all !mips64" # no golang on mips64
+arch="all"
license="ISC"
depends="ca-certificates"
makedepends="libcap go"
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD
index 5ba1f776108..4825a12d554 100644
--- a/community/docker-registry/APKBUILD
+++ b/community/docker-registry/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.7.1
pkgrel=3
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 !mips !mips64"
+arch="all !s390x"
license="Apache-2.0"
makedepends="git go"
install="$pkgname.pre-install"
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index 04c151a8046..72294f21b31 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -8,7 +8,7 @@ _moby_commit=46229ca1d815cfd4b50eb377ac75ad8300e13a85 # https://github.com/moby/
pkgrel=0
pkgdesc="Pack, ship and run any application as a lightweight container"
url="https://www.docker.io/"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="Apache-2.0"
depends="docker-engine docker-cli"
makedepends="go go-md2man btrfs-progs-dev bash linux-headers coreutils lvm2-dev libtool libseccomp-dev"
diff --git a/community/dockviz/APKBUILD b/community/dockviz/APKBUILD
index 69f8cd8db08..ee1c04cb9fc 100644
--- a/community/dockviz/APKBUILD
+++ b/community/dockviz/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.3
pkgrel=1
pkgdesc="Visualizing Docker Data"
url="https://github.com/justone/dockviz"
-arch="all !armv7 !mips !mips64" # blocked by docker
+arch="all !armv7" # blocked by docker
license="Apache-2.0"
options="!check" # No test suite
depends="docker"
diff --git a/community/easypki/APKBUILD b/community/easypki/APKBUILD
index 36b462daadf..2999b7679cc 100644
--- a/community/easypki/APKBUILD
+++ b/community/easypki/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.0
pkgrel=4
pkgdesc="Creating a certificate authority the easy way"
url="https://github.com/google/easypki"
-arch="all !mips !mips64"
+arch="all"
license="Apache-2.0"
depends=""
makedepends="glide go"
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD
index a913e47f148..faa47e3600f 100644
--- a/community/fzf/APKBUILD
+++ b/community/fzf/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.25.1
pkgrel=0
pkgdesc="A command-line fuzzy finder"
url="https://github.com/junegunn/fzf"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
makedepends="go bash tmux"
options="net"
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD
index 8a21e5cfb72..40b745d71f8 100644
--- a/community/git-lfs/APKBUILD
+++ b/community/git-lfs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.13.1
pkgrel=0
pkgdesc="Git extension for versioning large files"
url="https://git-lfs.github.io/"
-arch="all !mips64" # missing go
+arch="all"
license="MIT"
depends="git"
makedepends="go ronn"
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 1478ecd53fd..769faadc0c5 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.13.2
pkgrel=0
pkgdesc="A self-hosted Git service written in Go"
url="https://gitea.io"
-arch="all !mips !mips64"
+arch="all"
license="MIT"
options="chmod-clean"
depends="git git-lfs gnupg"
diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD
index 9b17ea8cadd..5860b6dfa7d 100644
--- a/community/github-cli/APKBUILD
+++ b/community/github-cli/APKBUILD
@@ -6,8 +6,7 @@ pkgrel=0
pkgdesc="CLI for dealing with GitHub"
options="net chmod-clean" # Need to fetch modules and clean them up
url="https://cli.github.com"
-arch="all !mips !mips64"
-arch="$arch !ppc64le" # FAIL: TestIssueView_tty_Preview (0.01s)
+arch="all !ppc64le" # FAIL: TestIssueView_tty_Preview (0.01s)
license="MIT"
depends="git"
makedepends="go"
diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD
index 39c58568e2a..764d6032594 100644
--- a/community/gitlab-runner/APKBUILD
+++ b/community/gitlab-runner/APKBUILD
@@ -11,7 +11,7 @@ pkgrel=0
_rev=775dd39d
pkgdesc="GitLab runner for CI/CD jobs"
url="https://docs.gitlab.com/runner/"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="MIT"
makedepends="go"
install="$pkgname.pre-install $pkgname.pre-upgrade"
diff --git a/community/glab/APKBUILD b/community/glab/APKBUILD
index 54bb31853ea..4addbbf3554 100644
--- a/community/glab/APKBUILD
+++ b/community/glab/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.15.0
pkgrel=0
pkgdesc="Open source GitLab CLI tool written in Go"
url="https://github.com/profclems/glab"
-arch="all !mips64" # blocked by go
+arch="all"
license="MIT"
depends="git"
makedepends="go"
diff --git a/community/glide/APKBUILD b/community/glide/APKBUILD
index 004644a8295..d022140cc97 100644
--- a/community/glide/APKBUILD
+++ b/community/glide/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.13.3
pkgrel=2
pkgdesc="Vendor Package Management for Golang"
url="https://github.com/Masterminds/glide"
-arch="all !mips64" # limited by go
+arch="all"
license="MIT"
depends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/Masterminds/glide/archive/v$pkgver.tar.gz"
diff --git a/community/glow/APKBUILD b/community/glow/APKBUILD
index c3ee6f471c0..f876b4489de 100644
--- a/community/glow/APKBUILD
+++ b/community/glow/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="CLI Markdown render"
url="https://github.com/charmbracelet/glow"
options="chmod-clean"
-arch="all !mips !mips64"
+arch="all"
license="MIT"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/charmbracelet/glow/archive/v$pkgver.tar.gz"
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD
index 30e1e440f2c..fb4d81c4173 100644
--- a/community/go-md2man/APKBUILD
+++ b/community/go-md2man/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Utility to convert markdown to man pages"
options="net chmod-clean"
url="https://github.com/cpuguy83/go-md2man"
-arch="all !mips64" # limited by go
+arch="all"
license="MIT"
makedepends="go"
subpackages="$pkgname-doc"
diff --git a/community/go-msgauth/APKBUILD b/community/go-msgauth/APKBUILD
index 7d96d7791b0..2985b8c358e 100644
--- a/community/go-msgauth/APKBUILD
+++ b/community/go-msgauth/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.6.2
pkgrel=0
pkgdesc="Go utilities for DKIM, DMARC, and Authentication-Results"
url="https://github.com/emersion/go-msgauth"
-arch="all !mips64" # limited by go
+arch="all"
license="MIT"
install="$pkgname.pre-install"
makedepends="go"
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index d7f37334c6b..517b587fdbe 100644
--- a/community/gogs/APKBUILD
+++ b/community/gogs/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.12.3
pkgrel=1
pkgdesc="Painless self-hosted Git service"
url="https://gogs.io/"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
depends="git"
makedepends="go perl libcap"
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD
index b6d440dd953..bbad0ec5490 100644
--- a/community/gomplate/APKBUILD
+++ b/community/gomplate/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.9.0
pkgrel=0
pkgdesc="A versatile Go template processor"
url="https://github.com/hairyhenderson/gomplate"
-arch="all !s390x !mips !mips64" # FAIL: TestCreateContext with SIGSEGV
+arch="all !s390x" # FAIL: TestCreateContext with SIGSEGV
license="MIT"
depends="ca-certificates"
makedepends="go"
diff --git a/community/gonic/APKBUILD b/community/gonic/APKBUILD
index 90e82c35690..c2412159e82 100644
--- a/community/gonic/APKBUILD
+++ b/community/gonic/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.11.1
pkgrel=0
pkgdesc="Subsonic compatible music streaming server"
url="https://github.com/sentriz/gonic"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="GPL-3.0-or-later"
subpackages="$pkgname-openrc"
depends="ffmpeg sqlite"
diff --git a/community/gopass/APKBUILD b/community/gopass/APKBUILD
index 738638ca83a..c7b7a95c8b5 100644
--- a/community/gopass/APKBUILD
+++ b/community/gopass/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.9.2
pkgrel=0
pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go."
url="https://www.gopass.pw"
-arch="all !mips !mips64"
+arch="all"
license="MIT"
depends="gnupg git"
makedepends="go ncurses"
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD
index 084385dc477..8e7aa98b1f0 100644
--- a/community/gotop/APKBUILD
+++ b/community/gotop/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.1.1
pkgrel=0
pkgdesc="Terminal based graphical activity monitor"
url="https://github.com/xxxserxxx/gotop"
-arch="all !mips64"
+arch="all"
license="AGPL-3.0-or-later"
options="!check chmod-clean net" # No test suite
depends="procps" # Remove once #20 on xxxserxxx/gotop is fixed
diff --git a/community/govendor/APKBUILD b/community/govendor/APKBUILD
index fb767583062..9d63e730fbb 100644
--- a/community/govendor/APKBUILD
+++ b/community/govendor/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.9
pkgrel=4
pkgdesc="Go vendor tool that works with the standard vendor file"
url="https://github.com/kardianos/govendor"
-arch="all !mips !mips64"
+arch="all"
license="BSD-3-Clause"
depends=""
makedepends="go"
diff --git a/community/grafana/APKBUILD b/community/grafana/APKBUILD
index 172faa7840a..dd1c169013a 100644
--- a/community/grafana/APKBUILD
+++ b/community/grafana/APKBUILD
@@ -7,7 +7,7 @@ _commit=29e75ad97b # git rev-parse --short HEAD
_stamp=1613561965 # git --no-pager show -s --format=%ct
pkgdesc="Open source, feature rich metrics dashboard and graph editor"
url="https://grafana.com"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="Apache-2.0"
makedepends="go"
install="$pkgname.pre-install"
diff --git a/community/hey/APKBUILD b/community/hey/APKBUILD
index 0b57ba94830..3ebff218997 100644
--- a/community/hey/APKBUILD
+++ b/community/hey/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.4
pkgrel=0
pkgdesc="HTTP load generator"
url="https://github.com/rakyll/hey"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="Apache-2.0"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz"
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index b92c64bda23..1074f2bb335 100644
--- a/community/hugo/APKBUILD
+++ b/community/hugo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.79.1
pkgrel=0
pkgdesc="Fast and flexible static site generator written in Go"
url="https://gohugo.io/"
-arch="all !x86 !s390x !mips !mips64" # tests fail on x86 and s390x; limited by go on mips
+arch="all !x86 !s390x" # tests fail on x86 and s390x
license="Apache-2.0"
makedepends="go"
subpackages="$pkgname-doc $pkgname-bash-completion"
diff --git a/community/influxdb/APKBUILD b/community/influxdb/APKBUILD
index baa9aa3d3b6..e4020c1ae02 100644
--- a/community/influxdb/APKBUILD
+++ b/community/influxdb/APKBUILD
@@ -7,10 +7,9 @@ _commit=563e6c3d1a # git rev-parse --short HEAD
_branch=${pkgver%.*}
pkgdesc="Scalable datastore for metrics, events, and real-time analytics"
url="https://www.influxdata.com/time-series-platform/influxdb/"
-# blocked by dep on mips
# many tests fail on x86, it's unclear whether it works at all
# armhf has no ci
-arch="all !x86 !armhf !mips !mips64"
+arch="all !x86 !armhf"
license="MIT"
makedepends="go asciidoc xmlto"
install="$pkgname.pre-install"
diff --git a/community/k3s/APKBUILD b/community/k3s/APKBUILD
index 62bce04e844..d107796aed3 100644
--- a/community/k3s/APKBUILD
+++ b/community/k3s/APKBUILD
@@ -6,7 +6,7 @@ pkgver=${_pkgver/+k3s/.}
pkgrel=0
pkgdesc="Lightweight Kubernetes. 5 less than k8s"
url="https://k3s.io"
-arch="all !mips !mips64"
+arch="all"
license="Apache-2.0"
options="chmod-clean !check" # No test suite from upstream
depends="cni-plugins conntrack-tools containerd coreutils dbus findutils ipset iptables"
diff --git a/community/k9s/APKBUILD b/community/k9s/APKBUILD
index 20e528094e6..453b1462969 100644
--- a/community/k9s/APKBUILD
+++ b/community/k9s/APKBUILD
@@ -8,7 +8,7 @@ _commit=a952806e # git rev-parse --short HEAD
_date=2020-11-16T17:25:46UTC # date -u -d @$(date +%s) +%FT%T%Z
pkgdesc="Kubernetes TUI"
url="https://k9scli.io"
-arch="all !x86 !armhf !mips64" # tests fail on x86 and arm7 for some reason, missing go on mips
+arch="all !x86 !armhf" # tests fail on x86 and arm7 for some reason
license="Apache-2.0"
makedepends="go"
options="net chmod-clean"
diff --git a/community/kiln/APKBUILD b/community/kiln/APKBUILD
index ca3fd09b82f..7996c8719f7 100644
--- a/community/kiln/APKBUILD
+++ b/community/kiln/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.0
pkgrel=0
pkgdesc="Simple static site generator for Gemini sites"
url="https://git.sr.ht/~adnano/kiln"
-arch="all !mips64" # blocked by go
+arch="all"
license="GPL-3.0-only"
makedepends="go scdoc"
subpackages="$pkgname-doc"
diff --git a/community/lab/APKBUILD b/community/lab/APKBUILD
index 3f093dd14e2..884cf7e9339 100644
--- a/community/lab/APKBUILD
+++ b/community/lab/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.20.0
pkgrel=1
pkgdesc="Git Wrapper for GitLab"
url="https://zaquestion.github.io/lab/"
-arch="all !mips64" # limited by go
+arch="all"
license="CC0-1.0"
depends="git"
makedepends="go"
diff --git a/community/lazygit/APKBUILD b/community/lazygit/APKBUILD
index d6fcc22f02c..eb248cb73e3 100644
--- a/community/lazygit/APKBUILD
+++ b/community/lazygit/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.23.7
pkgrel=0
pkgdesc="Simple terminal UI for git commands"
url="https://github.com/jesseduffield/lazygit"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
makedepends="go"
options="chmod-clean !check" # checks failing, reported upstream: https://github.com/jesseduffield/lazygit/issues/1009
diff --git a/community/lego/APKBUILD b/community/lego/APKBUILD
index 79f79e395d9..a671a650595 100644
--- a/community/lego/APKBUILD
+++ b/community/lego/APKBUILD
@@ -6,8 +6,7 @@ pkgrel=0
pkgdesc="Let's Encrypt client and ACME library written in Go"
url="https://github.com/go-acme/lego"
license="MIT"
-arch="all !mips !mips64" # limited by go
-arch="$arch !s390x" # tests fail due to network timeouts
+arch="all !s390x" # tests fail due to network timeouts
options="net" # tests need network access: https://github.com/go-acme/lego/issues/560
depends="ca-certificates"
makedepends="go libcap"
diff --git a/community/micro/APKBUILD b/community/micro/APKBUILD
index 55106a0184a..1477ee070cd 100644
--- a/community/micro/APKBUILD
+++ b/community/micro/APKBUILD
@@ -10,7 +10,7 @@ _commithash=cfcb2e4577fe00e744d5684c0871fd8ce849930c
pkgdesc="A modern and intuitive terminal-based text editor"
url="https://micro-editor.github.io/"
options="!check chmod-clean"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="MIT"
makedepends="go"
subpackages="$pkgname-doc"
diff --git a/community/miniflux/APKBUILD b/community/miniflux/APKBUILD
index 4004a855d2a..9da070e9878 100644
--- a/community/miniflux/APKBUILD
+++ b/community/miniflux/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.28
pkgrel=0
pkgdesc="Minimalist and opionated feed reader"
url="https://miniflux.app/"
-arch="all !mips64" # limited by go
+arch="all"
license="Apache-2.0"
makedepends="go"
install="$pkgname.pre-install"
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index bad52a74623..71b152d4e6c 100644
--- a/community/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.2.9
pkgrel=0
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
-arch="all !s390x !mips !mips64"
+arch="all !s390x"
license="Apache-2.0"
makedepends="$depends_dev go cyrus-sasl-dev openssl-dev libpcap-dev bash perl"
options="!check"
diff --git a/community/nfpm/APKBUILD b/community/nfpm/APKBUILD
index 9398c84f684..6d08a09e61a 100644
--- a/community/nfpm/APKBUILD
+++ b/community/nfpm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.2.4
pkgrel=1
pkgdesc="a simple apk, Deb and RPM packager without external dependencies"
url="https://nfpm.goreleaser.com/"
-arch="all !mips !mips64"
+arch="all"
license="MIT"
makedepends="go"
options="chmod-clean"
diff --git a/community/nomad/APKBUILD b/community/nomad/APKBUILD
index e6cc8371193..2d15915b461 100644
--- a/community/nomad/APKBUILD
+++ b/community/nomad/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.7
pkgrel=0
pkgdesc="An easy-to-use, flexible, and performant workload orchestrator"
url="https://www.nomadproject.io/"
-arch="all !mips !mips64 !x86 !armv7" # blocking on yarn/npm
+arch="all !x86 !armv7" # blocking on yarn/npm
license="MPL-2.0"
depends="cni-plugins"
makedepends="linux-headers bash make go yarn npm go-bindata-assetfs"
diff --git a/community/piknik/APKBUILD b/community/piknik/APKBUILD
index 95381217f53..7af0ae182f4 100644
--- a/community/piknik/APKBUILD
+++ b/community/piknik/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.9.1
pkgrel=3
pkgdesc="Copy/paste anything over the network"
url="https://github.com/jedisct1/piknik"
-arch="all !mips64" # blocked by go
+arch="all"
license="BSD-2-Clause"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/jedisct1/piknik/archive/$pkgver.tar.gz
diff --git a/community/prometheus-snmp-exporter/APKBUILD b/community/prometheus-snmp-exporter/APKBUILD
index 402d4725e19..293b69ac80c 100644
--- a/community/prometheus-snmp-exporter/APKBUILD
+++ b/community/prometheus-snmp-exporter/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.18.0
pkgrel=1
pkgdesc="Description"
url="https://github.com/prometheus/snmp_exporter"
-arch="all !mips64" # go
+arch="all"
license="Apache-2.0"
makedepends="go net-snmp-dev"
install="$pkgname.pre-install"
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD
index 70c34557ac1..f62bba6378a 100644
--- a/community/prometheus/APKBUILD
+++ b/community/prometheus/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.25.0
pkgrel=0
pkgdesc="The Prometheus monitoring system and time series database"
url="https://github.com/prometheus/prometheus"
-arch="all !mips !mips64" # go
+arch="all"
license="Apache-2.0"
options="!check" # Broken by integrations we don't care about
install="prometheus.pre-install"
diff --git a/community/prosody-filer/APKBUILD b/community/prosody-filer/APKBUILD
index cf17ee2778a..7fe12676212 100644
--- a/community/prosody-filer/APKBUILD
+++ b/community/prosody-filer/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.2
pkgrel=1
pkgdesc="Golang mod_http_upload_external server for Prosody and Ejabberd"
url="https://github.com/ThomasLeister/prosody-filer"
-arch="all !mips64" # blocked by go
+arch="all"
license="MIT"
makedepends="go"
options="!check" # tests are broken
diff --git a/community/rclone/APKBUILD b/community/rclone/APKBUILD
index 6aabaade5bd..fa3da7a9604 100644
--- a/community/rclone/APKBUILD
+++ b/community/rclone/APKBUILD
@@ -4,7 +4,7 @@ pkgver=1.53.3
pkgrel=1
pkgdesc="Rsync for cloud storage"
url="https://rclone.org/"
-arch="all !mips64" # go
+arch="all"
license="MIT"
makedepends="binutils-gold go"
options="net"
diff --git a/community/rest-server/APKBUILD b/community/rest-server/APKBUILD
index ac1d8987a22..8ee3a24458a 100644
--- a/community/rest-server/APKBUILD
+++ b/community/rest-server/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.10.0
pkgrel=0
pkgdesc="A high performance HTTP server that implements restic's REST backend API"
url="https://github.com/restic/rest-server"
-arch="all !mips64" # blocked by go
+arch="all"
license="BSD-2-Clause"
depends=""
makedepends="go"
diff --git a/community/restic/APKBUILD b/community/restic/APKBUILD
index 52db2bcb243..7635ca7d90d 100644
--- a/community/restic/APKBUILD
+++ b/community/restic/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.0
pkgrel=0
pkgdesc="Fast, secure, efficient backup program"
url="https://restic.net/"
-arch="all !mips64" # limited by go
+arch="all"
license="BSD-2-Clause"
makedepends="go"
options="net chmod-clean"
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index e53a1f88d17..da9f816d1fe 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -13,7 +13,7 @@ _ver=v${pkgver/_rc/-rc}
# if we're building against an explicit commit beyond pkgver, use this instead:
#_ver=$_commit
-arch="all !mips !mips64" # go is missing
+arch="all"
license="Apache-2.0"
makedepends="go go-md2man libseccomp-dev libtool"
subpackages="$pkgname-doc"
diff --git a/community/shfmt/APKBUILD b/community/shfmt/APKBUILD
index 57422c48264..7a61136f998 100644
--- a/community/shfmt/APKBUILD
+++ b/community/shfmt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.2.2
pkgrel=0
pkgdesc="A shell parser, formatter, and interpreter (sh/bash/mksh)"
url="https://mvdan.cc/sh"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="BSD-3-Clause"
makedepends="go scdoc"
subpackages="$pkgname-doc"
diff --git a/community/sshign/APKBUILD b/community/sshign/APKBUILD
index 33d9606d57a..ed48b930e6d 100644
--- a/community/sshign/APKBUILD
+++ b/community/sshign/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.2.1
pkgrel=0
pkgdesc="Small program to sign & verify files with your SSH key"
url="https://git.sr.ht/~minus/sshign"
-arch="all !mips !mips64"
+arch="all"
license="MIT"
makedepends="go scdoc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~minus/sshign/archive/$pkgver.tar.gz"
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 1cb6bfb3540..b52930d1231 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -8,7 +8,7 @@ pkgrel=0
pkgdesc="Open Source Continuous File Synchronization"
options="chmod-clean"
url="https://syncthing.net/"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="MPL-2.0"
pkgusers="$pkgname"
pkggroups="$pkgname"
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 476a99f3d6b..67d18f8fc80 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -8,7 +8,7 @@ pkgver=0.14.7
pkgrel=0
pkgdesc="Building, changing and combining infrastructure safely and efficiently"
url="https://www.terraform.io/"
-arch="all !armhf !armv7 !mips64"
+arch="all !armhf !armv7"
license="MPL-2.0"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
diff --git a/community/umoci/APKBUILD b/community/umoci/APKBUILD
index 87a283a536e..e7132943e61 100644
--- a/community/umoci/APKBUILD
+++ b/community/umoci/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.4.6
pkgrel=0
pkgdesc="umoci modifies Open Container images"
url="https://umo.ci/"
-arch="all !mips !mips64"
+arch="all"
license="Apache-2.0"
makedepends="go"
options="!check" # has no check
diff --git a/community/wait4x/APKBUILD b/community/wait4x/APKBUILD
index b7a344eed62..eccec69d070 100644
--- a/community/wait4x/APKBUILD
+++ b/community/wait4x/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.4.0
pkgrel=0
pkgdesc="Waiting for a port to enter into specify state"
url="https://github.com/atkrad/wait4x"
-arch="all !mips64" # blocked by go
+arch="all"
license="MIT"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/atkrad/wait4x/archive/v$pkgver.tar.gz"
diff --git a/community/writefreely/APKBUILD b/community/writefreely/APKBUILD
index 55893d4c1c0..c35888bdfbc 100644
--- a/community/writefreely/APKBUILD
+++ b/community/writefreely/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.0
pkgrel=1
pkgdesc="Federated blogging from write.as"
url="https://writefreely.org"
-arch="all !mips !mips64" # missing dependencies
+arch="all"
license="AGPL-3.0-or-later"
pkgusers="$pkgname"
pkggroups="$pkgname"
diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD
index cea3f1a386c..8fcec16f7ee 100644
--- a/community/yggdrasil/APKBUILD
+++ b/community/yggdrasil/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.3.15
pkgrel=1
pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay network"
url="https://yggdrasil-network.github.io/"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="LGPL-3.0-only"
makedepends="go"
source="
diff --git a/community/yq/APKBUILD b/community/yq/APKBUILD
index b7d396c7838..fb5c3dfb324 100644
--- a/community/yq/APKBUILD
+++ b/community/yq/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.4.1
pkgrel=0
pkgdesc="portable command-line YAML processor written in Go"
url="https://github.com/mikefarah/yq"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
makedepends="go govendor"
options="chmod-clean"
diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD
index 126cd459433..1af4d1502a7 100644
--- a/community/zabbix/APKBUILD
+++ b/community/zabbix/APKBUILD
@@ -7,7 +7,7 @@ pkgver=5.2.5
pkgrel=0
pkgdesc="Enterprise-class open source distributed monitoring"
url="http://www.zabbix.com"
-arch="all !mips64" # limited by go
+arch="all"
license="GPL-2.0-or-later"
depends="fping"
_php=php7