File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ erlang_builds_url() {
88 " heroku-22" )
99 erlang_builds_url=" https://repo.hex.pm/builds/otp/ubuntu-22.04"
1010 ;;
11+ " scalingo-20" )
12+ erlang_builds_url=" https://repo.hex.pm/builds/otp/ubuntu-20.04"
13+ ;;
1114 * )
1215 erlang_builds_url=" https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/cedar-14"
1316 ;;
@@ -26,6 +29,10 @@ fetch_erlang_versions() {
2629 url=" https://repo.hex.pm/builds/otp/ubuntu-20.04/builds.txt"
2730 curl -s " $url " | awk ' /^OTP-([0-9.]+ )/ {print substr($1,5)}'
2831 ;;
32+ " scalingo-20" )
33+ url=" https://repo.hex.pm/builds/otp/ubuntu-20.04/builds.txt"
34+ curl -s " $url " | awk ' /^OTP-([0-9.]+ )/ {print substr($1,5)}'
35+ ;;
2936 " heroku-22" )
3037 url=" https://repo.hex.pm/builds/otp/ubuntu-22.04/builds.txt"
3138 curl -s " $url " | awk ' /^OTP-([0-9.]+ )/ {print substr($1,5)}'
You can’t perform that action at this time.
0 commit comments