Skip to content

Commit 68a6d76

Browse files
authored
Add link to Apt-equivalent CNB (#150)
Fixes #148
1 parent cc86284 commit 68a6d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Add support for apt-based dependencies during both compile and runtime.
44

55
Added ability to also specify custom repositories through **:repo:** in `Aptfile` (see example below).
66

7+
> [!Important]
8+
> This buildpack is compatible with Heroku's [Cedar generation platform](https://devcenter.heroku.com/articles/generations#cedar) only.
9+
>
10+
> For equivalent functionality on Heroku's [Fir generation platform](https://devcenter.heroku.com/articles/generations#fir),
11+
> then check out the `.deb` Packages CNB [here](https://github.com/heroku/buildpacks-deb-packages).
12+
713
## Usage
814

915
This buildpack is not meant to be used on its own, and instead should be in used in combination with Heroku's [multiple buildpack support](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app).

0 commit comments

Comments
 (0)