-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support of protolock for ARM64 platform #21
Conversation
Thanks for the contribution! Before we can merge this, we need @liusheng to sign the Salesforce.com Contributor License Agreement. |
Hi @rmichela , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you get the binary for arm64? There is no official protolock binary for that platform.
Sorry, I compiled the protolock binary on my ARM64 server, maybe need to firstly promote ARM64 release in protolock upstream ? |
Yes. That's a good idea. 😄 While I like the idea of this PR, I can't accept an opaque binary that could do literally anything. Thank you for being understanding. |
Hi @rmichela , Thanks for your reply and suggestion, I have promoted protolock upstream to published a new |
Perfect! Thank you. |
When try to build other projects depend on protolock on ARM64 server, it will raise error:
This change add a protolock binary for ARM64/aarch64 platform.