Skip to content

Commit

Permalink
Remove [[stacks]] table workaround from buildpack.toml
Browse files Browse the repository at this point in the history
Since we're now using a Pack CLI version in our CNB release automation
that contains the fix for:
buildpacks/pack#2047
  • Loading branch information
edmorley committed Jun 10, 2024
1 parent a957339 commit b7d2f65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ 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 b7d2f65

Please sign in to comment.