Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM support for nodejs buildpacks #995

Open
18 tasks
Tracked by #312
c0d1ngm0nk3y opened this issue Dec 6, 2024 · 0 comments
Open
18 tasks
Tracked by #312

ARM support for nodejs buildpacks #995

c0d1ngm0nk3y opened this issue Dec 6, 2024 · 0 comments

Comments

@c0d1ngm0nk3y
Copy link

c0d1ngm0nk3y commented Dec 6, 2024

Describe the Enhancement

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.

Possible Solution

  • packit supports architecture when downloading dependencies : Support architecture for dependencies packit#618
  • nodejs metabuildpack on arm
  • node-engine
    • Build arm version of buildpack
    • Add arm dependencies
  • yarn
    • Build arm version of buildpack
    • Add arm dependencies
  • yarn-install
    • Build arm version of buildpack
  • npm-install
    • Build arm version of buildpack
  • yarn-start
    • Build arm version of buildpack
  • npm-start
    • Build arm version of buildpack
  • node-start
    • Build arm version of buildpack

Motivation

Support arm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant