NicolasConstant / sengi

Mastodon & Pleroma Multi-account Desktop Client
https://nicolasconstant.github.io/sengi/
GNU Affero General Public License v3.0
534 stars 35 forks source link

Arm and arm64 for docker image #501

Open Salastil opened 1 year ago

Salastil commented 1 year ago

Currently the Docker image only works for amd64 CPU. I believe this was brought up back in 2020 with regarding versioning vs just using the latest tag for docker but never got resolved. With most programs I would just normally compile it myself and run it on the ARM platform, but I have zero idea how to build Sengi and get it behind my reverse proxy from the build instructions.

NicolasConstant commented 1 year ago

For the build instructions, I've added some details about the files to get and host in the wiki.

Sengi is a webapp, if you host the html files (+ css, js, font, images, etc) on any webserver it will work. 😉