You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because we don’t build linux/arm64 on docker hub. See #377
If you make build the app locally on your M1 Pro it will work. The steps are listed in the README:
Run make build to build the OTP release with Docker
Run make dev-start-postgresql to start an instance of Postgresql. The instance will run on port 5432 with the postgres user. You can change those values in the docker-compose.yml file.
Run make dev-start-application to start the app! The release hook of the release will execute migrations and seeds before starting the webserver on port 4000 (again you can change the settings in docker-compose.yml)
Apple M1 Pro / macOS 14.2.1 (23C71)
The text was updated successfully, but these errors were encountered: