heroku / buildpacks-procfile

Heroku's Procfile Cloud Native Buildpack.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

`arm64` and multi-arch support #225

Closed joshwlewis closed 6 months ago

joshwlewis commented 6 months ago

There's really nothing to do here except add a changelog entry; the buildpack.toml already has both targets. The next release will be published as multi-arch, since https://github.com/heroku/languages-github-actions/pull/194 is merged.

edmorley commented 6 months ago

The release looks like it's single arch (only the one .cnb attached): https://github.com/heroku/buildpacks-procfile/releases/tag/v3.1.0

The actions repo needs a release first: https://github.com/heroku/languages-github-actions/actions/workflows/release.yml

joshwlewis commented 6 months ago

The release looks like it's single arch

Damn. I guess I'll bump this to 3.1.1 and release it again, since I can't republish the same version to the CNB registry.