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

NodeJS v20 freezes when building for multiarch #2155

Open
githubsaturn opened this issue Oct 19, 2024 · 0 comments
Open

NodeJS v20 freezes when building for multiarch #2155

githubsaturn opened this issue Oct 19, 2024 · 0 comments

Comments

@githubsaturn
Copy link

githubsaturn commented Oct 19, 2024

Reproducible case:
https://github.com/githubsaturn/multiarch-node-issue

The project has 2 simple workflows, one for v18, one for v20. Other than the nodejs version, everything else is identical. The workflow works just fine for v18, but it freezes when using v20.

Dockerfile is pretty simple, here is the v18 one:

FROM node:18-alpine

RUN echo "Node 18"
RUN node -v
RUN npm -v
RUN echo "Finished Node 18"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant