I am diving into the world of self hosting by setting up a small server on my raspberry pi4. I already have tailscale, pihole, and navidrome setup in containers on my pi, I now want to add lidarr or some alternative to work with navidrome. When I tried to build the lidarr docker container it says “no matching manifest for Linux/arm/v8 in the manifest list entries” I am trying to pull from the Linux server docker image which says it supports arm64 on their page but so far I have not gotten it to work. Any and all suggestions are welcome. Thank you.
I think this is because rpi4 can run arm64 or armhf. You may be able to get around it by specifying the arm64v8 in the tag
ohshit604@sh.itjust.works 2 days ago
This should work for you, just change the volume mounts so that they associate with your setup.
mrcheeseman@lemmy.world 2 days ago
I got the same error even when using the arm64 tag
ohshit604@sh.itjust.works 2 days ago
Something else must be wrong then because I just copied and pasted that onto my raspberry pi and was able to start the container without issue.