this post was submitted on 25 Jun 2023
13 points (100.0% liked)

Lemmy Support

4731 readers
27 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I wanted to run my own Lemmy instance but I don't have the physical space / server to run anything massive so I was trying to use a pi 4. Using the Ansible instructions I get most of the way through up to it trying to start the docker compose instance it mentions there's no Arm in the manifest file. I know it's not the strongest device but does Lemmy not support the pi outright?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Soullioness 3 points 2 years ago (1 children)

build the latest version yourself using Lemmy's provided Docker files.

I'm attempting to compile 0.17.4 on a Raspberry pi 3 right now. So far it's been basically frozen since 10am eastern. I'm not sure this option will work. But with that in mind I might try again with 0.17.3 if that means I don't have to compile it.

[โ€“] [email protected] 2 points 2 years ago

You can try using masquernya's build script to build it or use their already existing ARM images (masquernya/lemmy:0.17.4-linux-arm64 or lemmy:0.18.0-linux-arm64).