Skip to content

Commit

Permalink
Add [[metadata.targets]] to heroku/nodejs for arm64 support (#833)
Browse files Browse the repository at this point in the history
* Add arm64 to heroku/nodejs targets

* Update heroku/nodejs changelog with arm64 change
  • Loading branch information
joshwlewis authored May 9, 2024
1 parent 9ee7fac commit 2151eca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0] - 2024-05-09

### Added

- Support for `arm64` and multi-arch images. ([#815](https://github.com/heroku/buildpacks-nodejs/pull/815))

## [3.1.0] - 2024-05-09

### Changed

- Updated `heroku/nodejs-corepack` to `3.1.0`.
Expand Down
8 changes: 8 additions & 0 deletions meta-buildpacks/nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,13 @@ version = "3.1.0"
id = "heroku/nodejs-engine"
version = "3.1.0"

[[metadata.targets]]
os = "linux"
arch = "amd64"

[[metadata.targets]]
os = "linux"
arch = "arm64"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs" }

0 comments on commit 2151eca

Please sign in to comment.