You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, second that.
Unlike tiangolo/uwsgi-nginx-flask-docker#67 it is now possible to build both on Docker Hub and GitHub both arm32v7 and arm64v8 . It might be a little harder on dockerhub to put it all in to one file. but using docker buildx it should all be possible.
guysoft
added a commit
to guysoft/uwsgi-nginx-docker
that referenced
this issue
Aug 15, 2021
Hey, so I managed to make muliti arch builds.
I had to hack a few things off so I am not running to make PR. @tiangolo if you would like to take a look and say what is a blocker in your option I might be able to sort it out.
The special source is that it uses setup-buildx-action. It has to use its "with" statement and not "run" because it creates multiple workers based no the arch.
this image works great.... nice-to-have would be multi arch manifest to support arm. I've tested manually and ARM64 builds clean.
The text was updated successfully, but these errors were encountered: