-
Notifications
You must be signed in to change notification settings - Fork 37
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
Propose to publish ARM64 binary in releases #129
Comments
Hi @liusheng - thanks for bringing this to my attention! I would be happy to cut a new release that includes the additional target. I don't have the free cycles right now to modify & test the builds, but if you need this soon and can help, I'd suggest taking a look at the |
Hi @nilslice Thank for quickly reply and support for this proposal.
So maybe for now we can only support |
@liusheng that sounds like a good plan, as I don't think Go has support for windows on arm64 yet: golang/go#36439 I will review your PR and cut a release including the new build, then ping you here once it can be downloaded from the release page. It would be helpful if you could test that the binary works after downloaded. Thanks! |
@liusheng, please find the If you are able to, confirm that the build works for you. Much appreciated! I will close this issue for now, but please re-open if you have any problems. |
Hi @nilslice , Thank you for so quick release! Yes, I have just confirmed the arm64 binary in newest release on ARM server, everything is OK. thank you. |
Great, thanks again! |
Hi there, I would like to propose to publish
ARM64/aarch64
specific arch binaries in protolock releases. I have tried to make other projects such as Alluxio running on ARM64 server, because it depend onprotolock
(loaded byproto-backwards-compat-maven-plugin
maven plugin) whileprotolock
does not have ARM64 binary in releases. I have tried manually compilingprotolock
on my ARM64 server, everything looks OK, So is there possible to also publish protolock binary for ARM64 platform ?FYI:
Alluxio ARM support issue: Alluxio/alluxio#12704
proto-backwards-compat-maven-plugin ARM support issue: salesforce/proto-backwards-compat-maven-plugin#21
Thanks.
The text was updated successfully, but these errors were encountered: