timvisee / prs

🔐 A secure, fast & convenient password manager CLI using GPG and git to sync.
https://gitlab.com/timvisee/prs
GNU General Public License v3.0
216 stars 8 forks source link

Release arm64 pre-built binaries #4

Open ivan-avalos opened 3 years ago

ivan-avalos commented 3 years ago

The rise in popularity of the arm64 (aarch64) platform, mainly due to Apple, Raspberry Pi and PINE64 adopting it and building cool stuff on it, means that now more users expect pre-built binaries available for their platform. Currently, Linux and macOS are the most common platforms with ARM64 support, I highly suggest releasing binaries for these two.

timvisee commented 3 years ago

I agree. This needs to be added.

This likely requires cross compilation (when building on CI), which is somewhat tricky to set up. But this is definitely something to look at.