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
The nginx docker image used in the docker-compose currently links to an image that does not work on ARM based machines.
Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1
One option is to build from the ARM branch of nginx armv8 nginx
This can be done with multi-image builds via something like buildx. Otherwise I am happy to push/create an ARM build locally, but don't know what the current buildfile is for the image?
The text was updated successfully, but these errors were encountered:
The nginx docker image used in the docker-compose currently links to an image that does not work on ARM based machines.
Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1
One option is to build from the ARM branch of nginx armv8 nginx
This can be done with multi-image builds via something like buildx. Otherwise I am happy to push/create an ARM build locally, but don't know what the current buildfile is for the image?
The text was updated successfully, but these errors were encountered: