Skip to content

Commit

Permalink
Add support for Heroku and Google builders
Browse files Browse the repository at this point in the history
This would include support for all recommended builders, all of which can work with this buildpack
  • Loading branch information
dfreilich authored Aug 11, 2021
1 parent a9288f2 commit 03d413b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ api = "0.2"
[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "heroku-20"

[[stacks]]
id = "google"

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"

0 comments on commit 03d413b

Please sign in to comment.