-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Add multiarchitecture support #118
Conversation
I've created a new project called Multi-Py that builds multiplatform containers. The new organization now has the following multi platform images- They're pretty stable now should anyone want to use them, and should be a mostly drop in replacement for this project. |
Very useful |
The thing we used before does not support ARM64. There are open issues since 2021 https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues?q=is%3Aissue+is%3Aopen+arm64 One user created new project called Multi-Py that builds multiplatform containers. See tiangolo/uvicorn-gunicorn-fastapi-docker#118 and https://github.com/multi-py/python-uvicorn
The thing we used before does not support ARM64. There are open issues since 2021 https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues?q=is%3Aissue+is%3Aopen+arm64 One user created new project called Multi-Py that builds multiplatform containers. See tiangolo/uvicorn-gunicorn-fastapi-docker#118 and https://github.com/multi-py/python-uvicorn
The thing we used before does not support ARM64. There are open issues since 2021 https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues?q=is%3Aissue+is%3Aopen+arm64 One user created new project called Multi-Py that builds multiplatform containers. See tiangolo/uvicorn-gunicorn-fastapi-docker#118 and https://github.com/multi-py/python-uvicorn
Thank you! 🍰 Now that Uvicorn supports managing workers with Because of that, I deprecated this Docker image: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#-warning-you-probably-dont-need-this-docker-image That also means that by building your Given that I'll close this one, but thanks for the effort! ☕ |
This builds off of the PR in the upstream repo.
It will not work until that has been merged and the images published.