-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux/arm64 - The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) #731
Comments
Can you contribute arm64 version of the dockerfiles with CI code? I don't honestly know much about multi-platform dockerfiles and i'd love to keep them separate. |
Unfortunately I'm not an expert on CI, but as much as I understand the current build process if running in a circleCI pipeline needs to be adapted to cover the multi-platform build. Maybe that is already wrong. Is there any other contributor who could support with this? |
See also #741 |
Also having this problem. I have enabled amd64 emulation using
the mailman-core container starts, however, the mailman-web container is in a kind of crash-loop where it exits and restarts right after something with uWSGI e.g. docker logs -f mailman-web:
|
Been down the emulation route and landed in the same problem. I concluded that besides it not working it is also a very inefficient use of resources on a virtual server. Instead I migrated to an amd64 arch and mailman on that still requires some memory, which will not get better emulating it. |
Hi,
I started to execute on a planned mail server migration over to a new setup including mailman. That setup runs on a linux/arm64 machine. It seems that there are not images for that platform available.
! mailman-core The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! mailman-web The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
The containers will be stopped, mailman can't be run. I also discovered the older issue which maybe was never solved: #483
Are there any plans on adding support for this architecture in the near future?
The text was updated successfully, but these errors were encountered: