cloudflared
cloudflared copied to clipboard
Linux/armel binary
Following #359, I'm opening this issue so the release for armel can be tracked.
Any solution on this front already? Trying to install on Pi Zero W 1.3 with latest Raspbian (Debian 11 Bullseye). I failed by following #359 and #576. But I succeed:
wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm
sudo cp ./cloudflared-linux-arm /usr/local/bin/cloudflared
sudo chmod +x /usr/local/bin/cloudflared
cloudflared -v
I've just confirmed that @mitpre's solution works as expected :-D
$ cloudflared -v
cloudflared version 2022.7.1 (built 2022-07-06-1248 UTC)
$ uname -a
Linux dns 5.15.32+ #1538 Thu Mar 31 19:37:58 BST 2022 armv6l GNU/Linux
I’m sorry that I forgot to write this in my original comment, but this is not my solution. It’s from Pi Hole web page.
I don’t know if it’s fully functional, as I’m peter nee to Cloudflare.
https://github.com/cloudflare/cloudflared/issues/675#issuecomment-1200132966
This is the official solution for armel packages for now. I'll keep this issue open for when we can schedule it for the future.
I've just confirmed that @mitpre's solution works as expected :-D
$ cloudflared -v cloudflared version 2022.7.1 (built 2022-07-06-1248 UTC)$ uname -a Linux dns 5.15.32+ #1538 Thu Mar 31 19:37:58 BST 2022 armv6l GNU/Linux
12/28/2022, confirming it's still working on my raspberry with cloudflare tunnel .
$ file cloudflared
cloudflared: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, Go BuildID=0RKEwe8zDR1kwXpqWgAN/z_nTOfpxm81Gxy7ZDCMR/MYh2ZaQ6-NVvondI7r98/9u6Egmih54RD84aLjW1U, with debug_info, not stripped
$ uname -a
Linux raspberrypi 5.15.61+ #1579 Fri Aug 26 11:08:59 BST 2022 armv6l GNU/Linux
$ cloudflared -v
cloudflared version 2022.12.1 (built 2022-12-20-1256 UTC)
Hoping you can prioritise this one. The below command allows a full standard install on armel but then messes with your apt update.
dpkg --add-architecture arm