Hey there! Has anyone gotten a lemmy server up and running on ARM64? Since Commit 17527d0e7e8c9fd3cc16aa41c636432b7b6b5650 it looks like “multi arch” compiling is not supported anymore?

Unfortunately I am absolutely clueless when it comes to Rust, so my hacking around in the Dockerfile has not gotten me far.

  • marsara9
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Here’s the images that I ultimately ended up using:

    image: dessalines/lemmy:0.17.3-linux-arm64
    image: dessalines/lemmy-ui:0.17.3-linux-arm64
    

    You can find which images you can use by going out to dockerhub and searching under tags for a given project to see which images support which architectures: https://hub.docker.com/r/dessalines/lemmy/tags .

    I would avoid using latest for now, as it seems the devs have disabled multiarch builds. Hopefully they’ll re-enable that here soon so we can just start pulling latest again.