Skip to content

Commit

Permalink
Revert "Update to buildpack api 0.10"
Browse files Browse the repository at this point in the history
This reverts commit 229ab03.
  • Loading branch information
joshwlewis committed Feb 5, 2024
1 parent 229ab03 commit 627d8bb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = "0.10"
api = "0.8"

[buildpack]
id = "heroku/procfile"
Expand All @@ -11,13 +11,16 @@ keywords = ["procfile", "processes", "heroku"]
[[buildpack.licenses]]
type = "BSD-3-Clause"

[[targets]]
[[stacks]]
id = "*"

[metadata.release]
image = { repository = "docker.io/heroku/procfile-cnb" }

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

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

[metadata.release]
image = { repository = "docker.io/heroku/procfile-cnb" }

0 comments on commit 627d8bb

Please sign in to comment.