ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
6.1k stars 279 forks source link

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) #2168

Open fernandesafp opened 3 hours ago

fernandesafp commented 3 hours ago

Environment

Docker

Version

No response

Describe the problem

After running the following:

docker run    --name homarr
                     --restart unless-stopped
                      -p 7575:7575
                      -v /var/run/docker.sock:/var/run/docker.sock
                      -v ./homarr/configs:/app/data/configs
                      -v ./homarr/data:/data
                      -v ./homarr/icons:/app/public/icons
                     -d ajnart/homarr:latest

I get the warning:

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

Also in my docker logs I get:

exec /usr/local/bin/docker-entrypoint.sh: exec format error

I am running a Raspberry Pi 5.

Logs

No response

Context

No response

Please tick the boxes

github-actions[bot] commented 3 hours ago

Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.

Meierschlumpf commented 2 hours ago

Hey, thanks for the report. I think we currently do not build an image for linux/arm64/v8. That's probably the reason it uses the linux/arm64 image for you. Depending on the support of the tools we are using it can be as easy as adding it to our docker publish workflow or as hard as not having it supported.