jonathanong / heroku-buildpack-ffmpeg-latest

A Heroku buildpack for ffmpeg that always downloads the latest static build
MIT License
360 stars 720 forks source link

using with cloud native buildpacks? #37

Closed haliliceylan closed 3 years ago

haliliceylan commented 3 years ago

hi guys, how can i use this buildpack with cloud native foundation buildpacks.

I am using pack cli command like that, pack build laravel-backend --builder heroku/buildpacks:20 -b "https://github.com/heroku/heroku-buildpack-multi"

and i added the .buildpacks

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
https://github.com/heroku/heroku-buildpack-php

i know maybe this issue not related directly, but i think there is someone use before.

Thx.