heroku-buildpack-lua
heroku-buildpack-lua copied to clipboard
Current Stack (Heroku-18) is Not Supported
Here's the error I'm encountering currently:
triggering new deployment
-----> Lua app detected
-----> Copying lua to bin
cp: cannot stat '/app/tmp/buildpacks/XXX/opt/heroku-18/lua': No such file or directory
! Push rejected, failed to compile Lua app.
! Push failed
The reason for this is because the buildpack doesn't support the Heroku-18 Stack (no opt/heroku-18/lua).
Are there any details on where the executables are pulled from before being placed in this repo?
New executables can be built using the docker images that Heroku provides (heroku/heroku:18-build).
After looking through the commit network graphs on forks, I'm going to test out the fork by maxamante (link), since it seems to have addressed this issue.
Update: The fork fixed the issue.