Closed tarasrudyy closed 9 months ago
This is because we don’t build linux/arm64
on docker hub. See https://github.com/mirego/accent/pull/377
If you make build
the app locally on your M1 Pro it will work. The steps are listed in the README:
make build
to build the OTP release with Dockermake 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.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
)Many thanks! Local build works.
Apple M1 Pro / macOS 14.2.1 (23C71)