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

ENH: support linux-aarch64 #81

Open
Tracked by #222
corneliusroemer opened this issue Jul 14, 2024 · 1 comment
Open
Tracked by #222

ENH: support linux-aarch64 #81

corneliusroemer opened this issue Jul 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@corneliusroemer
Copy link
Member

corneliusroemer commented Jul 14, 2024

Context

Bioconda has supported linux-aarch64 for a few months now and all augur deps are available now on that aarch.

Making conda-base support linux-aarch64 would have the advantage that we could make all of our docker containers simply with micromamba docker base image.

It seems all the recipe.yaml dependencies are already supported by linux-aarch64.

So all we'd need to do is make a package for it.

One challenge for linux-aarch64 is that Github actions doesn't have native aarch64 runners (yet).

@corneliusroemer corneliusroemer added the enhancement New feature or request label Jul 14, 2024
@victorlin
Copy link
Member

Actually GitHub recently announced the public beta of aarch64 runners under the "larger runners" category (docs links in the final paragraph).

I just tried setting it up under @nextstrain. Looks like it's a paid service to be enabled via billing updates:

image

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

No branches or pull requests

2 participants