-
Notifications
You must be signed in to change notification settings - Fork 315
feat: detect RCs #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: detect RCs #218
Conversation
TheArrowsmith
commented
May 27, 2024
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
May 27, 2024
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
May 28, 2024
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.
This modification allows for use of release candidates of elixir.