Got no clue what a movie like xXx becomes
I use Linux as desktop since 1997: I love gaming using proton when possibile. My servers are Debian/ Ubuntu; KVM and docker are my friends. I like to build RPI virtual servers and containers. I’m an ham radio operator with call sign IZ5WGA.
Got no clue what a movie like xXx becomes
Using this image --> https://github.com/ubergeek77/lemmy-docker-multiarch
#image: dessalines/lemmy:0.19.3
image: ghcr.io/ubergeek77/lemmy:0.19.3
the very same docker-compose.yml works even on rpi5 (this instance I’m writing from is the one that now works even on 0.19.3 while with dessaline’s one does not). I just changed that line: there must be something in dessaline’s way of building the image that my pi doesn’t like (if on yours it works).
i’m not using ansibile, I’md directly using docker compose… the same file on an amd64 platform works, while on rpi it fails :-\
I treid version 0.19.3 on AMD64 platform and it works out of the box. The problem is only on arm64, such as on RPI.
By the way, is it only me having this problem?
@nutomic@lemmy.ml , just for debug: I used the Dockerfile provided by ubergeek and I was not able to build up the image (with no cross compile) untill I changed
ARG RUST_VERSION=1.76
intoARG RUST_VERSION=latest
. This change was NOT necessary on amd64. You said your matrix user was able to run dessaline’s image flawlessly on arm64 (raspberry), but this sounds weird to me :-\