diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index c523cf5854e..de11563362e 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.9.14 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" -arch="all !aarch64" # build fails +arch="all !aarch64 !mips64" # build fails license="LGPL-3.0" makedepends="go linux-headers" checkdepends="fuse"