[GH-ISSUE #329] Is it possible to support the amd64 architecture? #752

Closed
opened 2026-03-15 15:17:30 +03:00 by kerem · 2 comments
Owner

Originally created by @bhedouin on GitHub (Mar 7, 2022).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/329

Hello, I would like to know if there is a way to support flyimg on amd64 architecture to be compatible with the Raspberry Pi?

Because I have this error when I try to use the Docker image :

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

Thanks in advance 👍

Originally created by @bhedouin on GitHub (Mar 7, 2022). Original GitHub issue: https://github.com/flyimg/flyimg/issues/329 Hello, I would like to know if there is a way to support flyimg on amd64 architecture to be compatible with the Raspberry Pi? Because I have this error when I try to use the Docker image : ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested ``` Thanks in advance 👍
kerem 2026-03-15 15:17:30 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@bhedouin commented on GitHub (Mar 7, 2022):

I found a solution on Reddit, here are the two commands to use flyimg on Raspberry Pi :

docker run --privileged --rm tonistiigi/binfmt --install all
docker run -itd -p 8080:80 --platform linux/amd64 flyimg/flyimg-build
<!-- gh-comment-id:1060977058 --> @bhedouin commented on GitHub (Mar 7, 2022): I found a solution on [Reddit](https://www.reddit.com/r/docker/comments/ray2wc/), here are the two commands to use flyimg on Raspberry Pi : ```bash docker run --privileged --rm tonistiigi/binfmt --install all ``` ```bash docker run -itd -p 8080:80 --platform linux/amd64 flyimg/flyimg-build ```
Author
Owner

@sadok-f commented on GitHub (Mar 10, 2022):

Hello @baptiste313!

Thank you for opening this issue!
if the solution you found worked for you?

<!-- gh-comment-id:1063962604 --> @sadok-f commented on GitHub (Mar 10, 2022): Hello @baptiste313! Thank you for opening this issue! if the solution you found worked for you?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#752
No description provided.