redlib
redlib copied to clipboard
💡 Feature request: Add support for ARMv6 builds
Is your feature request related to a problem? Please describe.
Older Raspberry Pi's use the ARMv6 instruction set:
- ARMv6Z (32-bit)
- Raspberry Pi 1 Model A
- Raspberry Pi 1 Model A+
- Raspberry Pi 1 Model B
- Raspberry Pi 1 Model B+
- Compute Module 1
- Raspberry Pi Zero PCB v1.2
- Raspberry Pi Zero PCB v1.3
- Raspberry Pi Zero W
Given their power it is impossible to compile on them but that doesn't mean Redlib wouldn't run well on them.
Describe the feature you would like to be implemented
Having support for ARMv6 would mean supporting more devices, so I would like to see ARMv6 executables (among the releases) that are capable of running on distros like Raspbian (no musl).
There are some external ARM64 builds listed in https://github.com/redlib-org/redlib/issues/313#issuecomment-2478716897