Skip to content

Commit

Permalink
Change buildpack targets for multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed May 1, 2024
1 parent b535f8e commit d5112b6
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/nodejs-corepack/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-corepack" }
4 changes: 4 additions & 0 deletions buildpacks/nodejs-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-engine" }
4 changes: 4 additions & 0 deletions buildpacks/nodejs-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ id = "heroku-22"
os = "linux"
arch = "amd64"

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

[metadata.runtime]
package_name = "@heroku/sf-fx-runtime-nodejs"
package_version = "0.14.4"
Expand Down
4 changes: 4 additions & 0 deletions buildpacks/nodejs-npm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-npm-engine" }
8 changes: 8 additions & 0 deletions buildpacks/nodejs-npm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@ type = "MIT"
[[stacks]]
id = "*"

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

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-npm-install" }
4 changes: 4 additions & 0 deletions buildpacks/nodejs-pnpm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-pnpm-engine" }
4 changes: 4 additions & 0 deletions buildpacks/nodejs-pnpm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-pnpm-install" }
4 changes: 4 additions & 0 deletions buildpacks/nodejs-yarn/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ id = "*"
os = "linux"
arch = "amd64"

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

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-nodejs-yarn" }
3 changes: 3 additions & 0 deletions buildpacks/npm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ type = "MIT"
[[stacks]]
id = "*"

[[targets]]
os = "linux"

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

0 comments on commit d5112b6

Please sign in to comment.