conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
137 stars 44 forks source link

[ENH] - Build docker images for arm (aarch64) #821

Open aktech opened 1 month ago

aktech commented 1 month ago

Feature description

Build docker images for arm (aarch64) based machines.

Value and/or benefit

Currently conda-store is building docker images only for x86_64, which would not work for aarch64 machines. Implementing this issue will have the following benefits:

Anything else?

No response

aktech commented 1 month ago

Created a draft PR for reference: https://github.com/conda-incubator/conda-store/pull/822