-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable build for ARM processor architectuere #9
Conversation
Nice work with figuring out how to add support for new macs. I was thinking that if we can specify the image, perhaps we don't need two separate variables, |
good point. For building ARM we need to select locally for ARM built The version of emsdk in Dockerfile was defined there, And I wanted to keep the option choosing the version of emsdk separate to the image. Not sure if we need this? Hopefully in future we can use images build for multiplatform, same image containing both AMD and ARM versions. Then we could continue to use either official images or custom build emsdk images if needed? |
sounds ok to me, and when this emscripten-core/emsdk#1211 is done maybe we can automate this somehow. Environment vars, no preference there |
73a0246
to
ff3365c
Compare
To be able to run the containers at Mac M1 processor we need to provide the container images build for ARM
Changes:
Dockerfile
README