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
When working in a Docker context on an Apple Silicon Mac, it is common to use the alpine image. When I want to install Node.js on this image, I may want to use volta to install Node manually instead of using node:alpine to get my image size as small as possible. Currently this doesn't work because Volta fails to install with the error message Sorry! Volta currently only provides pre-built binaries for x86_64 architectures.. Is it possible to provide a prebuilt binary for alpinearm64 environments?
uneco, pwespi, ClementNerma, ZauberNerd, peterjuras and 8 morevarantes-rbi, chevcast and theProf