Skip to content

Commit

Permalink
Leverage development branch for multi-arch cnbs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 2, 2024
1 parent 1856f5a commit 16e627c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
release:
name: Release
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@latest
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@jwl-multi-arch
with:
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
dry_run: ${{ inputs.dry_run }}
languages_cli_branch: jwlw-multi-arch
secrets:
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}
Expand Down
10 changes: 9 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.8"

[buildpack]
id = "heroku/procfile"
version = "2.0.2"
version = "0.0.0test"
name = "Heroku Procfile"
homepage = "https://github.com/heroku/procfile-cnb"
description = "Heroku's Procfile buildpack."
Expand All @@ -16,3 +16,11 @@ id = "*"

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

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

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

0 comments on commit 16e627c

Please sign in to comment.