Add a pack option to the builder options

This commit is contained in:
Nick Hammond
2024-08-27 22:25:56 -07:00
parent f48987aa03
commit 897b3b4e46
8 changed files with 88 additions and 1 deletions

View File

@@ -37,6 +37,16 @@ builder:
arch: arm64
host: ssh://docker@docker-builder
# Buildpack configuration
#
# The build configuration for using pack to build a Cloud Native Buildpack image.
pack:
builder: heroku/builder:24
arch: amd64
buildpacks:
- heroku/ruby
- heroku/procfile
# Builder cache
#
# The type must be either 'gha' or 'registry'