mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
21.62k stars 1.93k forks source link

Doc: Add documentation on how to run Focalboard with docker (or docker-compose) on ARM64 machines #4904

Open LeonardoMantovani opened 1 year ago

LeonardoMantovani commented 1 year ago

Summary

I wanted to install Focalboard on my Oracle Cloud Free Tier VM (which has an arm64 cpu) to use it with my team but in the tags information on Docker Hub I've seen that the provided docker image is just for amd64 architectures. However, from Issue #124 of this repository I understand that now also ARM64 architectures are supported. Therefore, I would like to know how could I spin up Focalboard on an arm machine and, since this kind of machines is getting quite popular among servers, I think it would be useful to add those informations to the install instructions of the project (which at the moment are not that exhaustive, for example not reporting how to have persistent storage of Focalboard container data either)

Link to documentation page

https://www.focalboard.com/download/personal-edition/docker/

gladson commented 11 months ago

I'm having the same problem.

exec format error

Je12emy commented 6 months ago

Hi, here you will find instructions on how you can build a version for arm64: https://github.com/mattermost/focalboard/blob/main/docker/README.md#alternative-architectures

Alternatively, there are a few docker images in docker hub which provide arm64 support, here is mine: https://hub.docker.com/r/je12emy/focalboard/tags

Feel free to use it, or you could push one yourself.