Add support for linux/arm64/v8 Docker build #168
Closed
gunpreet34
started this conversation in
Ideas
Replies: 1 comment
-
|
Good suggestion 👍🏼. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When self-hosting the Fladder by pulling the latest image from the repo, the error shown is:
fladder The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedCould you please do a multi-platform build before pushing the image to the repo?
PS: I appreciate the work you've done, I just tested the android application a few hours ago and I'm impressed by the UI. I wanted to try the Fladder web but I'm facing some issues in building the docker image.
Error:
Basic Example
Right now, the solution is to clone the repo, build a local Docker image and then use that to spin up the container and that is fine but not scalable for everyone.
Drawbacks
I don't see any disadvantages of using multi-platform docker images (there are benefits though):
https://docs.docker.com/build/building/multi-platform/
Unresolved questions
No response
Beta Was this translation helpful? Give feedback.
All reactions