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

Add ARM support for NodeJS #1499

Merged
merged 6 commits into from
Oct 8, 2024
Merged

Add ARM support for NodeJS #1499

merged 6 commits into from
Oct 8, 2024

Conversation

schneems
Copy link
Contributor

@schneems schneems commented Oct 8, 2024

Building on #1493

mlarraz and others added 4 commits October 1, 2024 15:52
Relying on the format of RUBY_PLATFORM is a little surprising. This allows us to test if we want and reuses the existing architecture logic for consistency.
@schneems schneems marked this pull request as ready for review October 8, 2024 17:33
@schneems schneems requested a review from a team as a code owner October 8, 2024 17:33
CHANGELOG.md Outdated Show resolved Hide resolved
lib/language_pack/helpers/nodebin.rb Show resolved Hide resolved
@schneems schneems enabled auto-merge (squash) October 8, 2024 17:55
@schneems schneems merged commit 56199b2 into main Oct 8, 2024
4 checks passed
@schneems schneems deleted the schneems/arm-nodejs-support branch October 8, 2024 17:57
@schneems schneems mentioned this pull request Oct 9, 2024
@edmorley edmorley linked an issue Oct 11, 2024 that may be closed by this pull request
it "should extract a node binary on #{arch}" do
Dir.mktmpdir do |dir|
Dir.chdir(dir) do
installer = LanguagePack::Helpers::NodeInstaller.new(arch: "arm64")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be: installer = LanguagePack::Helpers::NodeInstaller.new(arch: arch) and not hardcode arm64

@schneems

schneems added a commit that referenced this pull request Nov 6, 2024
schneems added a commit that referenced this pull request Nov 6, 2024
@heroku-linguist heroku-linguist bot mentioned this pull request Nov 7, 2024
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

Successfully merging this pull request may close these issues.

Support ARM64 when using Heroku-24 Docker images
4 participants