nebari
nebari copied to clipboard
[ENH] - Build docker images for arm based machines
Feature description
Build docker images for arm based machines.
Value and/or benefit
Currently we're building docker images only for x86_64, which would not work for aarch64. Implementing this issue will have the following benefits:
- Users will be able to chose arm based images in their cloud provider to run Nebari on.
- It will help developers run local deployment of Nebari on Mac M1 (https://github.com/nebari-dev/nebari/issues/1405) or any arm based machines.
Anything else?
No response