-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
Description
Description of problem
Clean install of dokku on ubuntu 24.04 arm64. Trying to build a Django project.
Pushing repo to dokku results in:
remote: ! Herokuish builder not supported on arm64 servers.
remote: ! Switching to pack builder.
remote: -----> Cleaning up...
remote: -----> Building <app> from cnb stack heroku/builder:24 (experimental)...
remote: ! Missing pack, install it
remote: ! Removing invalid image tag dokku/<app>:latest
remote: ! App build failed
Installed pack-v0.38.2-linux-arm64.tgz and was able to build the app successfully. However all dokku run <app> <command> would result in being dropped immediately into the python shell.
Discovered DOKKU_APP_TYPE: pack, which when set to herokuish the problem disappeared.
Steps to reproduce
.
dokku report $APP_NAME
.
Additional information
No response