For anyone’s information, if you have an ARMv7 hardware, cloudflared also has compiled to armhf a.k.a. ARM Hard Float. It is not listed in the official site but can be downloaded from GitHub release.
And ARMv7 hardware floating point support can confirmed by inputing cat /proc/cpuinfo and check if vfpv3 is listed in the features row.
qazwsxedcrfv000@lemmy.unknownsys.com 1 year ago
For anyone’s information, if you have an ARMv7 hardware,
cloudflared
also has compiled toarmhf
a.k.a. ARM Hard Float. It is not listed in the official site but can be downloaded from GitHub release.And ARMv7 hardware floating point support can confirmed by inputing
cat /proc/cpuinfo
and check ifvfpv3
is listed in the features row.