aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gitlab-runner/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD
index f1710b0f94c..010dfac60a5 100644
--- a/community/gitlab-runner/APKBUILD
+++ b/community/gitlab-runner/APKBUILD
@@ -11,7 +11,7 @@ pkgrel=0
_rev=c127439c
pkgdesc="GitLab runner for CI/CD jobs"
url="https://docs.gitlab.com/runner/"
-arch="all"
+arch="all !mips !mips64" # go is missing
license="MIT"
makedepends="go"
install="$pkgname.pre-install $pkgname.pre-upgrade"