community/geth: disable on mips64

due to build failure
This commit is contained in:
Natanael Copa 2020-05-22 09:20:24 +00:00
parent 297af898f3
commit 187eb29c17

View File

@ -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"