From dda8efe39a7378eeb4d73db6b480392b2de2d79a Mon Sep 17 00:00:00 2001 From: Nick Hammond Date: Tue, 1 Oct 2024 14:08:26 -0700 Subject: [PATCH] Point to project.toml in docs --- lib/kamal/configuration/docs/builder.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/kamal/configuration/docs/builder.yml b/lib/kamal/configuration/docs/builder.yml index d517e705..9b1a3f89 100644 --- a/lib/kamal/configuration/docs/builder.yml +++ b/lib/kamal/configuration/docs/builder.yml @@ -8,7 +8,6 @@ # # Options go under the builder key in the root configuration. builder: - # Arch # # The architectures to build for — you can set an array or just a single value. @@ -34,11 +33,15 @@ builder: # Buildpack configuration # # The build configuration for using pack to build a Cloud Native Buildpack image. + # + # For additional buildpack customization options you can create a project descriptor + # file(project.toml) that the Pack CLI will automatically use. + # See https://buildpacks.io/docs/for-app-developers/how-to/build-inputs/use-project-toml/ for more information. pack: builder: heroku/builder:24 buildpacks: - - heroku/ruby - - heroku/procfile + - heroku/ruby + - heroku/procfile # Builder cache #