Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crossbuild script produces incomplete results with invalid architectures #135

Closed
machawk1 opened this issue Apr 2, 2021 · 1 comment · Fixed by #136
Closed

Crossbuild script produces incomplete results with invalid architectures #135

machawk1 opened this issue Apr 2, 2021 · 1 comment · Fixed by #136

Comments

@machawk1
Copy link
Member

machawk1 commented Apr 2, 2021

Using latest master d2ef4cf

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.

@ibnesayeed
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants