...binary executables are available ...as the result of the Continuous-Integration process.
You already have binaries for arm64 (Raspberry Pi 4 etc, aarch64)
But there are no binaries for 32bit arm. Raspberry Pi Zero, (armv6h), Raspberry 2 (armv7h) old chromebooks etc. . Lots of perfectly good arm hardware that run Debian, Archlinux etc.
I "think" only one "universal" lowest common denominator for all 32 bit arm suffices.
I am not an expert in github workflows or go-releaser, but I "think" it would only take a minor edit to change this.
Thank you for maintaining this project.
You already have binaries for arm64 (Raspberry Pi 4 etc, aarch64) But there are no binaries for 32bit arm. Raspberry Pi Zero, (armv6h), Raspberry 2 (armv7h) old chromebooks etc. . Lots of perfectly good arm hardware that run Debian, Archlinux etc.
I "think" only one "universal" lowest common denominator for all 32 bit arm suffices.
I am not an expert in github workflows or go-releaser, but I "think" it would only take a minor edit to change this.
Thanks in advance.