-
Notifications
You must be signed in to change notification settings - Fork 187
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
feat: Allow to select WASM platform when using Docker. #215
Conversation
@dnlup As you originally work on this, WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I would recommend we bump it to v18, September is close too. |
0382ff2
to
7d3cb3c
Compare
Done, updated Docker to use 18. |
@mcollina @RafaelGSS Green light to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a major?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No, it's not. Docker is only used within the build process so it's not and user facing API. |
Sorry @ShogunPanda , I missed this. Great work! |
I've added a
process.env.WASM_PLATFORM
to the build script to select the platform to build Docker image for.Also, I've updated Docker image to be smaller and to use Node 16 to build.
Fixes #208.