Provide riscv64 build.
Feature Overview
Hello,
I'm running multiple machines on the top of riscv64 architecture. Currently Docker Hub isn't serving riscv64 build of nginx.
Would there be a possibly to add support on that architecture?
Alternatives Considered
No response
Additional Context
No response
I think all of the Alpine-based images do have riscv64 builds (https://github.com/nginx/docker-nginx/pull/898). I would guess that once Debian Trixie is released and the Debian-based Nginx images are built on top of it, they will also have a riscv64 build. Before Debian Trixie there isn't a stable release of Debian with riscv64 as a "release architecture". Trixie should be released "soon", but that could still be months away.
And something to note as well: we don't have a CI system in place to check if the docker image, or our packages in general, will build on riscv64. Granted, we don't have that for most of the architectures supported by the docker image - at least not directly until the dockerfiles are promoted to the docker library... It might be worth exploring expanding at least this repo CI/CD process to check things on non-mainstream ~operating systems~ architectures.
Hey, now riscv64 images are available for Debian-based mainline builds as well, and the latest tag should work.