You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running ./crossbuild.sh, which finishes with cmd/go: unsupported GOOS/GOARCH pair darwin/386. /tmp/mgbins/ only contains memgator-linux-386 & memgator-linux-amd64 , which indicates that this error prematurely exited and/or did not build every permutation.
go version go1.16.3 darwin/amd64
EDIT: PR incoming.
The text was updated successfully, but these errors were encountered:
Golang has been working on removing support for darwin/386 for 1.15 and above. I see very little value in building and releasing 32-bit binaries of any platforms, because the audience of this tool is likely using a 64 bit machine. That said, if one wants to build it for a peculiar OS/Arch combo, they can do so manually.
Using latest master d2ef4cf
I am running
./crossbuild.sh
, which finishes withcmd/go: unsupported GOOS/GOARCH pair darwin/386
./tmp/mgbins/
only contains memgator-linux-386 & memgator-linux-amd64 , which indicates that this error prematurely exited and/or did not build every permutation.go version go1.16.3 darwin/amd64
EDIT: PR incoming.
The text was updated successfully, but these errors were encountered: