this post was submitted on 02 Jul 2023
35 points (97.3% liked)

Selfhosted

60831 readers
829 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi all,

Unfortunately the official Lemmy and Lemmy UI docker images are currently available for AMD64 only for 0.18.0 +. I'm running an ARM64 system and am looking to use the latest 0.18.1 release candidates, however I can't find any pre-build docker images.

I've attempted to build it, however the dockerfile uses clux/muslrust which is AMD64 only.

Does anybody know of any ARM64 alternatives to clux/muslrust that I can use instead that I can just swap it for?

Here is the dockerfile for those interested: https://github.com/LemmyNet/lemmy/blob/main/docker/Dockerfile

Edit: Thanks to some advice in this thread, I was able to build the latest builds of Lemmy and Lemmy UI. If you want to use them you can here:
https://hub.docker.com/r/berrrnard/lemmy/tags
https://hub.docker.com/r/berrrnard/lemmy-ui/tags

you are viewing a single comment's thread
view the rest of the comments
[–] HorseFD@lemm.ee 1 points 3 years ago

Also Lemmy developers are working on cross build - so it should be available in the future I hope :)

Great! That will make things so much easier. And thanks for the dockerfile, I will give this a try.