aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gopls/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gopls/APKBUILD')
-rw-r--r--testing/gopls/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gopls/APKBUILD b/testing/gopls/APKBUILD
index edc6833187b..34ba56fb0b7 100644
--- a/testing/gopls/APKBUILD
+++ b/testing/gopls/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.4.1
pkgrel=0
pkgdesc="Language server for Go programming language"
url="https://github.com/golang/tools/blob/master/gopls"
-arch="all"
+arch="all !mips !mips64" # go is missing
options="chmod-clean"
license="BSD-3-Clause"
makedepends="go>=1.12"