heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Support Heroku-24 and ARM architecture #284

Closed schneems closed 5 months ago

schneems commented 5 months ago

Heroku 24 stack image supports both arm64 and amd64. The Ruby binaries are available on heroku-24 compiled to these two stacks https://github.com/heroku/docker-heroku-ruby-builder/pull/38. The buildpack adds support by: