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
i'm having the opposite issue on m3 mac :)
./scripts/preinstall.sh hangs when i pass --platform=linux/amd64 flag (or add it to docker image) FROM node:20-buster --platform=linux/amd64 as build-image
i'm having the opposite issue on m3 mac :)
./scripts/preinstall.sh hangs when i pass --platform=linux/amd64 flag (or add it to docker image) FROM node:20-buster --platform=linux/amd64 as build-image
The problem occur when I build the image like this:
The process get stuck at:
When I use in my dockerfile something like:
it run smoothly
The text was updated successfully, but these errors were encountered: