-
Notifications
You must be signed in to change notification settings - Fork 19
Build failed: unsupported GOOS/GOARCH pair darwin/386 #25
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
Comments
@seafarer Does this latest commit fix it? |
@joshbetz unfortunately no. Same error. I do have gox installed. $ which gox
$ /Users/<user>/go/bin/gox I deleted and started fresh |
I have the same issue as @seafarer, and the same solution (removing |
@pjhoberman just remove -os="darwin" |
Fixed in #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like this might be the culprit: https://go-review.googlesource.com/c/tools/+/227552/
I got myself up and running by deleting everything in the makefile except my own os, but dont know Go well enough to submit a PR.
The text was updated successfully, but these errors were encountered: