This repository is to build a docker image for ARM as Focalboard has not created a native ARM version available on DockerHub.
From the terminal, run the below.
git submodule update --init --recursive
docker build -f focalboard/docker/Dockerfile --platform linux/arm64 .