HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
811 stars 310 forks source link

feat: detect RCs #218

Open gigatim opened 10 months ago

gigatim commented 10 months ago

This modification allows for use of release candidates of elixir.

TheArrowsmith commented 5 months ago

I'd love to see this merged! Am currently trying, and failing, to deploy an app with (recently released) Elixir v1.17.0.rc-0.

gigatim commented 5 months ago

I'd love to see this merged!

Try the buildpack from gigalixir: https://github.com/gigalixir/gigalixir-buildpack-elixir

Check the gigalixir documentation on how to specify your buildpack.

TheArrowsmith commented 5 months ago

Oh hello Tim, I didn't notice that this PR was from Gigalixir! 😁

For anyone else reading this: I managed to upgrade my Gigalixir app to 1.17.0-rc.0 by adding a .buildpacks file that looks like this:

https://github.com/gigalixir/gigalixir-buildpack-elixir
https://github.com/gigalixir/gigalixir-buildpack-phoenix-static
https://github.com/gigalixir/gigalixir-buildpack-releases.git

as well as changing the version to 1.17.0-rc.0 in the usual places.