joaovitoriasilva / endurain

Endurain is a self-hosted fitness tracking service designed to give users full control over their data and hosting environment
https://docs.endurain.com/
GNU General Public License v3.0
656 stars 15 forks source link

Endurain on raspberry pi #16

Closed gwenvador closed 4 months ago

gwenvador commented 4 months ago

Is there a docker version compatible with arm processor? Currently endurain does not run on a raspberry pi.

joaovitoriasilva commented 4 months ago

Hello, thanks for reaching out. I will check this today. Nevertheless can you share some logs of the error you are getting?

Thank you

gwenvador commented 4 months ago

Hi. I have issue on the backend and frontend containers.

joaovitoriasilva commented 4 months ago

Hello again. The current image only supports amd64 architecture. In the next release (maybe next week??) it will support multi arch (amd64 and arm64).

In the meantime you can build locally by changing the backend and frontend docker image files.

I can't test this because I don't have an arm device like a Raspberry Pi to test it. I appreciate your feedback on this and if you need further assistance, please reach out.

joaovitoriasilva commented 4 months ago

Hello again, can you try with tag "dev_24072024" instead of "latest"?

Thank you.

gwenvador commented 4 months ago

Hi. The docker image are correctly pulled for the raspberry pi. Thanks for that.

joaovitoriasilva commented 4 months ago

You're welcome. Later today or tomorrow I will release version 0.3.0 that has this change and fixes a couple of bugs present in this dev release.