Skip to content

Commit

Permalink
Add stacks table to workaround release issues (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored Feb 28, 2024
1 parent 306b4f2 commit e2ec608
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ keywords = ["procfile", "processes", "heroku"]
[[buildpack.licenses]]
type = "BSD-3-Clause"

# [[stacks]] is deprecated in Buildpack API 0.10, but is (unintentionally?)
# required by `pack buildpack package`. The [[stacks]] table should be
# removed when the issue (https://github.com/buildpacks/pack/issues/2047) is
# resolved.
[[stacks]]
id = "*"

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

0 comments on commit e2ec608

Please sign in to comment.