aws / amazon-genomics-cli

https://aws.github.io/amazon-genomics-cli/
Apache License 2.0
147 stars 83 forks source link

ARM support for install.sh #393

Open bollig opened 2 years ago

bollig commented 2 years ago

Description attempted to install on t4g instance type and ran into an unsupported arch error. Aarch64 would be great for cost-effective bastion/cli.

Use Case

Proposed Solution

Other information

wleepang commented 2 years ago

Proposed solution - add an additional compile target here: https://github.com/aws/amazon-genomics-cli/blob/6eaa773b86aab2f98c174da756bc912ecf287ad7/packages/cli/Makefile#L32-L39

github-actions[bot] commented 2 years ago

Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one.

m3talsmith commented 2 years ago

@wleepang I ended up wrapping your proposal in with some adjustments for Darwin and Linux ARM CLI build and release support in #569

m3talsmith commented 2 years ago

@bollig ARM CLI build support, including install.sh, has been merged into main. I would be interested in your feedback, should you hit any additional issues related.