Feature Request: ARM Support
Request
- Support arm64 in
pluralith-clireleases
For example, https://github.com/Pluralith/pluralith-cli/releases/tag/v0.2.1 only supports amd64
https://github.com/Pluralith/pluralith-cli/blob/853e0f1cecc6f5a274e0736436b2f563a4889f5d/.goreleaser.yaml#L15-L47
Why
- Would be nice to use Pluralith in CI workloads running on arm nodes
@korenyoni we just looked into this. Given that everyone on our team works on x64 machines and building the graphing-module (which is not in go) requires either an ARM machine or a fairly elaborate linux setup to build the necessary binaries it'll take a bit longer to ship this.
Will report back when we've got something for you 👍
@DanThePutzer can you add a readme of how to build it on our own arm machine, what steps are required.