-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Hi there!
First of all, thank you so much for building this amazing project—I really love it and find it incredibly useful! 👏
I’m planning to deploy it on several low-power, resource-constrained devices (e.g., Raspberry Pi Zero/1/2, older ARM-based NAS devices, or other embedded systems running 32-bit Linux). These devices typically use the ARMHF (ARM hard-float, i.e., armv7l) architecture.
Currently, the official releases seem to focus on x86_64 and possibly aarch64 (ARM64), but there doesn’t appear to be a pre-built binary or Docker image for armhf. While it’s possible to build from source, compilation on these low-end devices can be very slow and may not be practical for many users.
Would it be possible to provide official support for armhf builds in future releases? For example:
Adding a linux-armhf or linux-armv7 binary to the GitHub Releases page
Enabling cross-compilation for armhf in your CI/CD pipeline
Publishing multi-arch Docker images that include the arm32v7 variant
If there’s community interest, I’d be happy to help with testing or providing feedback!
Thanks again for all your hard work—I really appreciate it! 😊