orangecoding / fredy

:heart: Fredy - [F]ind [R]eal [E]states [D]amn Eas[y] - Fredy will constantly search for new listings on sites like Immoscout or Immowelt and send new results to you, so that you can focus on more important things in life ;)
http://www.orange-coding.net
MIT License
209 stars 54 forks source link

FR: Support for ARM64 #99

Open lindermayr opened 2 days ago

lindermayr commented 2 days ago

Most of my Docker containers run on Raspberry Pi or in a free instance of Oracle Cloud. Unfortunately, they only support ARM64, so your software always exits with this error:

ubuntu@docker1:~/docker/traefik$ docker pull ghcr.io/orangecoding/fredy:master
master: Pulling from orangecoding/fredy
no matching manifest for linux/arm64/v8 in the manifest list entries

I've found some instructions for adding multiple platform support, but in lack of programming skills, I cant do it on my own: https://docs.docker.com/build/building/multi-platform/

Do you think it'd be possible to tweak your software to play nice with different architectures like ARM64? That'd be a huge help!