asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://docs.asciinema.org/manual/server/
Apache License 2.0
2.29k stars 263 forks source link

exec format error docker-compose on raspberry pi #428

Closed SpearsonWa83643 closed 6 months ago

SpearsonWa83643 commented 8 months ago

using the yml file provided in https://docs.asciinema.org/manual/server/self-hosting/quick-start/ asciinema does not run on aarch64 raspberry pi:

Attaching to asciinema_container_postgres_1, asciinema_container_asciinema_1 asciinema_1 | exec /sbin/tini: exec format error

ku1ik commented 8 months ago

Ah, right, we need to modify the publish workflow (https://github.com/asciinema/asciinema-server/blob/develop/.github/workflows/publish.yml) to build for aarch64.