diff --git a/community/micro/APKBUILD b/community/micro/APKBUILD index a9fc7aa9200..008058381c0 100644 --- a/community/micro/APKBUILD +++ b/community/micro/APKBUILD @@ -10,7 +10,8 @@ _commithash=6bc498e625e66e3d0c947639dbffb09d986318d0 pkgdesc="A modern and intuitive terminal-based text editor" url="https://micro-editor.github.io/" options="!check chmod-clean" -arch="all" +# riscv64: https://github.com/zyedidia/micro/issues/2138 +arch="all !riscv64" license="MIT" makedepends="go" subpackages="$pkgname-doc"