Open ghost opened 1 year ago
The mattermost/focalboard image published to Docker Hub only supports the amd64
architecture.
Our focalboard Ansible role does not yet support self-building of container images when the required architecture does not match.
Looking at the Focalboard issues, there may be problems with building the image right now.
The image provided on Docker Hub is also very outdated, as I've posted about here: https://github.com/mattermost/focalboard/issues/4651
You can try building the image yourself and let us know how it goes. You can also try adding self-building support to our Focalboard Ansible role, inspired by one of the other roles that support self-building. The matrix-bot-chatgpt role (part of matrix-docker-ansible-deploy) is a good template.
https://github.com/mattermost-community/focalboard/issues/5038 - focalboard seems to be unmaintained
The mattermost/focalboard image published to Docker Hub only supports the amd64 architecture.
this is actually what motivated me to create a simple github action to build an arm64 image for focalboard: 5FeetUnder/focalboard-arm64-docker
Currently I've only built for v7.11.3 since this is the latest version of the latest release for the standalone server, but I just started the action to build v7.10.4 (which seems to be the configured version in MASH if I'm not mistaken)
Maybe this could be incorporated into the playbook somehow or the workflows inspire some other solution or something.
Cannot use
focalboard_enabled
on ARM using this playbook.Always fails at this step:
journalctl