add image for platform arm64
@anchapin is already working on this.
Since Dec 4, 2025.
Assessment
This issue has not been assessed yet.
Description
That will enable Docker images to run natively on the new Apple architecture.
You use docker buildx instead of docker build for this to create multi-architecture images instead of just producing the amd64 one that will run natively on those chips but with emulation on others. An example would be
docker buildx build \
--platform darwin/arm64/v8,linux/amd64
--tag nrel/openstudio:x.y.z
- Dominant language
- Dockerfile
- Stars
- 22
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from NatLabRockies/docker-openstudio
-
Optimize Dockerfile Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
NatLabRockies/docker-openstudio#210 · 1 assignee ·
-
NatLabRockies/docker-openstudio#200 · 1 assignee ·
-
Locale issues Open
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
-
NatLabRockies/docker-openstudio#189 · 2 comments · 1 assignee ·