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?
Here's the error I'm encountering currently:
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?