You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: