-
Notifications
You must be signed in to change notification settings - Fork 878
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
Provide arm and arm64 binaries #595
Comments
This is very much needed in our AWS setup. Is there any other way we can still install sops in ARM-based machines? |
+1 for AWS |
Has anyone tried? Is there a specific package that's incompatible with arm?
…On Tue, Dec 29, 2020, at 7:24 PM, Derrick Martinez wrote:
+1 for AWS
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#595 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEJTC2NFAKTS5W3MJNKKH7LSXJXLFANCNFSM4J4BD63A>.
|
I gave this a go today, built the packages locally, and it seems like it shouldn't be that hard. |
I added the support for arm64 build for Darwin, but it is fairly easy to add arm64 builds for linux as well. |
@nklmilojevic maybe we should combine forces between your PR (#911) and mine, which added arm64 builds for .deb and .rpm (#891) 🙂 |
We would love to have this. @ajvb can we merge this please? |
This has been partially resolved by #911 (thank you @nklmilojevic!), but will be finished with #891 being merged in. Plan is to provide arm64 binaries and packages in the next release. |
arm64 binaries and packages provided in the newest release: https://github.com/mozilla/sops/releases/tag/v3.7.2 |
It would be cool to provide support for arm and arm64 binaries on the releases page.
The text was updated successfully, but these errors were encountered: