Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add image for platform arm64 #137

Open
kylegoetz opened this issue Sep 11, 2021 · 3 comments
Open

add image for platform arm64 #137

kylegoetz opened this issue Sep 11, 2021 · 3 comments
Assignees

Comments

@kylegoetz
Copy link

kylegoetz commented Sep 11, 2021

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
 
@kylegoetz
Copy link
Author

I tried myself. Seems there is no OpenStudio built for Apple Silicon yet, so it's not possible to produce an arm64 Docker image (yet).

@tijcolem
Copy link
Contributor

Hi @kylegoetz This is would be very nice to have - a full arm based docker image for mac. As you already mentioned, OpenStudio SDK will need to release M1 arm based binaries first for that to happen. This is on our radar for sure, but nothing scheduled as of yet.

@tijcolem tijcolem self-assigned this Nov 2, 2022
@DavidGoldwasser
Copy link

Can this be closed. I don't have access to

@wenyikuang wenyikuang assigned wenyikuang and unassigned tijcolem Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants