You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Add support for apt-based dependencies during both compile and runtime.
4
4
5
5
Added ability to also specify custom repositories through **:repo:** in `Aptfile` (see example below).
6
6
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
+
7
13
## Usage
8
14
9
15
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