-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
current nginx releases fail to build on arm32v5 #919
Comments
This happens because we don't really have an arm32v5 builder on our CI infra for NGINX packaging... We only support amd64 and aarch64. All the other arches just happen to be building fine. This begs the question: do we really need arm32v5 to be supported by Debian-based images? The amount of work to support it is non-trivial and we don't have a good way to know of build problems beforehand. Should we drop the support for it? Probably most common arm32v5 devices would be Raspberry Pi 1 & 2, and they're still sold... |
Currently, this is the process to update docker images for an architecture we don't test on:
Note that step 3/ here affects all the arches even if the fix doesnt apply to them, and takes up some significant time and effort. Implementing "the alpine way" of building from sources using |
Aren't the Raspberry Pis armv6? |
Oh, that's quite possible indeed. |
Some of the Pi's are an |
I've implemented something in #922 (that does not yet fix the arm32v5 builds, still needs to be fixed in |
Fix for arm32v5 implemented in pkg-oss: https://hg.nginx.org/pkg-oss/rev/1b956b46f577 Will adapt after #922 is fixed & merged. |
Similarly to previously reported, in quickjs: #881
The text was updated successfully, but these errors were encountered: