在 Heroku 上,我想使用带有 Active Storage 和 VIPS 的 Rails 6.0 来实现快速和低内存的图像转换。
我尝试按照这里的说明https://github.com/janko/image_processing/issues/32,但构建失败:
-----> vips app detected
-----> Vendoring binaries
Fetching wget https://kespry-packages.s3.amazonaws.com/vips/heroku-18/libvips-8.6.2.tgz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
! Push rejected, failed to compile vips app.
! Push failed
我有这些构建包:
heroku-社区/apt
我推荐使用哪些构建包?
如果不存在,我将如何为 Heroku buildpack 添加 VIPS 支持?