JonasHiltl / openchangelog

Easy to configure & self hostable Changelog Website
https://openchangelog.com
GNU Affero General Public License v3.0
124 stars 8 forks source link

Exec error on arm #21

Open stretch07 opened 2 days ago

stretch07 commented 2 days ago

Hi Jonas, Awesome work. I was trying to self host this on my raspi 5 and I ran across this error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /app/openchangelog: exec format error

I'm brand new to Docker and docker compose so maybe I am doing something wrong? Or is openchangelog just not supported on arm64

JonasHiltl commented 2 days ago

@stretch07 No issue on your side, I'm currently only building images for amd64. I can fix this in the coming days by building multi platform images.

JonasHiltl commented 2 days ago

@stretch07 can you try to use ghcr.io/jonashiltl/openchangelog:0.4.2 and see if the error persists?