Issue setting up on raspberry pi

Im trying to self host on a raspberry pi and i get the error when i try to pull the latest image i get this error
ed@raspberrypi:~ $ sudo docker pull circuitsacul/starboard:latest
latest: Pulling from circuitsacul/starboard
no matching manifest for linux/arm64/v8 in the manifest list entries
ed@raspberrypi:~ $ sudo docker pull circuitsacul/starboard:latest
latest: Pulling from circuitsacul/starboard
no matching manifest for linux/arm64/v8 in the manifest list entries
3 Replies
CircuitSacul
CircuitSacul3d ago
You'll have to build the docker image yourself for the right architecture
PRUPLE
PRUPLEOP3d ago
Is there a guide on how to do this sorry? Its a rpi5 if that helps?
CircuitSacul
CircuitSacul3d ago
There's not sorry. But you can try cloning the repo locally and then running docker run . -d --env-file .env --network=host I believe that will build the image and the run it

Did you find this page helpful?