Skip to content
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

Feature Request: ARM Support #106

Open
korenyoni opened this issue Mar 14, 2023 · 2 comments
Open

Feature Request: ARM Support #106

korenyoni opened this issue Mar 14, 2023 · 2 comments

Comments

@korenyoni
Copy link

korenyoni commented Mar 14, 2023

Request

  • Support arm64 in pluralith-cli releases

For example, https://github.com/Pluralith/pluralith-cli/releases/tag/v0.2.1 only supports amd64

builds:
- binary: linux/pluralith
id: linux
dir: ./app
goos:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0
no_unique_dist_dir: true
- binary: windows/pluralith
id: windows
dir: ./app
goos:
- windows
goarch:
- amd64
env:
- CGO_ENABLED=0
no_unique_dist_dir: true
- binary: darwin/pluralith
id: darwin
dir: ./app
goos:
- darwin
goarch:
- amd64
env:
- CGO_ENABLED=0
no_unique_dist_dir: true

Why

  • Would be nice to use Pluralith in CI workloads running on arm nodes
@DanThePutzer
Copy link
Member

@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 👍

@shaarif-khan
Copy link

@DanThePutzer can you add a readme of how to build it on our own arm machine, what steps are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants