<@U03HXG009KL> nodejs builds can be really fickle ...
# rancher-desktop
w
@little-microphone-41463 nodejs builds can be really fickle with ARM machines, because your machine may be defaulting to emulation instead of building for your architecture. (i'm literally working on an issue with one right now to support multi-arch builds, where npm run build eventually times out) That can be due to the base image you might be using as well in the dockerfile. What is your base image?