mux: shouldn't go work in 32 bit?

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-04-06 16:15:03 -04:00
parent a6c66a4466
commit e2f5728c5a
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -7,7 +7,7 @@ EGO_PN=github.com/gorilla/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm ~arm64"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot