Skip to content

Commit

Permalink
Merge pull request #6 from dfreilich/patch-1
Browse files Browse the repository at this point in the history
Add support for Tiny, Heroku and Google stacks
  • Loading branch information
ybykov-a9s authored Dec 10, 2021
2 parents 009998c + 03d413b commit 0d4908a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,14 @@ api = "0.2"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "io.paketo.stacks.tiny"

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

[[stacks]]
id = "google"

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

0 comments on commit 0d4908a

Please sign in to comment.