Support arm64 architecture on Oryx
Open
@pauld-msft is already working on this.
Since Sep 11, 2023.
enhancement
- Dominant language
- C#
- Stars
- 881
- Forks
- 195
- Avg merge
- 20h 13m
- Merged PRs (30d)
- 13
Description
Feature Request
Oryx should support arm64 to enable Mac M1 users to use it, as well as projects downstream.
It would be great if we would do the docker image arm64 too, I ran a test of the current available architectures but it is not the case:
docker run --rm mplatform/mquery mcr.microsoft.com/oryx/build:latest
Image: mcr.microsoft.com/oryx/build:latest (digest: sha256:1409a5b0100d440763361d67a06b5f770775a8de068e2dbd4628d146a5a02393)
* Manifest List: No (Image type: application/vnd.docker.distribution.manifest.v2+json)
* Supports: linux/amd64
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.