Skip to content

ARM support for nodejs buildpacks #995

@c0d1ngm0nk3y

Description

@c0d1ngm0nk3y

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 (Enable architecture specific dependencies packit#622)
  • 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
  • nodejs metabuildpack on arm

Motivation

Support arm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions