You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
That will enable Docker images to run natively on the new Apple architecture.
You use
docker buildx
instead ofdocker 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 beThe text was updated successfully, but these errors were encountered: