-
-
Notifications
You must be signed in to change notification settings - Fork 211
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 pre-compiled ARMv4, ARMv5 and ARMv8 binaries to CI workflow #903
Conversation
…ponding binaries Signed-off-by: DL6ER <[email protected]>
@pi-hole/api-approvers We need to overwrite CircleCI tests on this one as it is still expecting the old build names. If you scroll down, you can see that all the new builds are ✔️ |
Updated |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/build-for-pihole-ftl-arm-soft-float/39254/22 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pihole-ftl-for-armv5l-precompiled/32645/2 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-core-web-v5-2-and-ftl-v5-3-released/40909/1 |
May I ask why V6 no longer has precompiled versions for ARMv4T, ARMv5TE and ARMv8-A? |
ARMv4 and ARMv5 have been dropped because there is no Alpine Docker image available for those architectures. ARMv8 should still be available. |
Is there a guide on how I can compile it myself? |
OK, what do I have to do now? |
By submitting this pull request, I confirm the following:
How familiar are you with the codebase?:
10
Add additional
armv4t
, 3-stage pipeline, Thumb, ARMv4 first to drop legacy ARM 26-bit addressing),armv5te
, Thumb, enhanced DSP instructions, caches), andarmv8-a
, fundamental change to the ARM architecture with mandatory vector floating point and SIMD (Neon))workflows.
already exist and have just been renamed to clarify the supported architecture.