From 627d8bbd905d8139cff6909d09932a1d6442d36a Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Mon, 5 Feb 2024 17:05:35 -0600 Subject: [PATCH] Revert "Update to buildpack api 0.10" This reverts commit 229ab0361bcbe0efa20edf9379a1599723cc928e. --- buildpack.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index dbe329a..0c17495 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -1,4 +1,4 @@ -api = "0.10" +api = "0.8" [buildpack] id = "heroku/procfile" @@ -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" }