-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add MIPS arch support #953
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
Conversation
Signed-off-by: Xiang Dai <[email protected]>
Thank you! We should check that goreleaser will build project with such config. I'll do it today, or you can try to do it (there should be something like snapshot mode in goreleaser). |
I've tried to generate binaries with
I'm not sure what I'm doing wrong, seems like config is fine :( |
@ernado I test at local:
Enable debug mode with |
I see that there are no error, but I can't find any generated MIPS binary in dist. |
@ernado i have found the root cause, refer to https://goreleaser.com/customization/#Builds and https://golang.org/doc/install/source#environment. |
Refer to https://golang.org/doc/install/source#environment and https://goreleaser.com/customization/#Builds, add `hardfloat` as default. Signed-off-by: Xiang Dai <[email protected]>
If we decide to enable both hardfloat and softfloat, I'll leave this as reference: goreleaser/goreleaser#1329 LGTM |
New version is out, should fix the issue, sorry for the trouble :) https://github.com/goreleaser/goreleaser/releases/tag/v0.126.0 |
There were no trouble, I've referenced that issue just as memo, sorry for bothering and thanks for following :) |
Signed-off-by: Xiang Dai [email protected]
Fix #935
Refer to prometheus release, support
mips64
andmips64le
.