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
RUN npm run build
just build qwik js application that works well on all node version expect --platform=linux/amd64.
I just test in on at least node:22 node:18 and node:current-alpine but when I add platform its stucks on build layer.
Environment
Expected Behavior
after RUN cmd run build it should goes to push the layer into Remote repo.
Current Behavior
Docker stucks on
RUN npm run build
Possible Solution
Steps to Reproduce
The text was updated successfully, but these errors were encountered: