Change container image build workflow to create multi-architecture images
- Dominant language
- Jupyter Notebook
- Stars
- 819
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
**Graph Notebook Version (and Graph Database and Version used if applicable)**
N/A
**Is your feature request related to a problem? Please describe.**
As of the time of this issue, the Graph Notebook project has a build workflow that creates and publishes a container image in the AWS ECR Public Gallery with only a AMD64 supported architecture. This image can only be used on ARM-based machines (Apple M1/M2, Amazon Graviton, etc.) via the use of emulation, which can have stability issues.
**Describe the solution you'd like**
The request here is to change the build/publish workflow to create a multi-architecture image that supports both AMD64 and ARM64 architectures.
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.