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
Currently, the nodejs buildpack does not support building on arm. The java buildpack does, so the tools buildpacks used by both (e.g. ca-certificates) should be already prepared.
This is meant to be a checklist of things to adress in order to support arm with a nodejs buildpack.
Describe the Enhancement
Currently, the
nodejs
buildpack does not support building onarm
. Thejava
buildpack does, so the tools buildpacks used by both (e.g. ca-certificates) should be already prepared.This is meant to be a checklist of things to adress in order to support
arm
with anodejs
buildpack.Possible Solution
packit
supports architecture when downloading dependencies : Support architecture for dependencies packit#618nodejs
metabuildpack onarm
node-engine
arm
version of buildpackarm
dependenciesyarn
arm
version of buildpackarm
dependenciesyarn-install
arm
version of buildpacknpm-install
arm
version of buildpackyarn-start
arm
version of buildpacknpm-start
arm
version of buildpacknode-start
arm
version of buildpackMotivation
Support
arm
.The text was updated successfully, but these errors were encountered: