cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Linux/armel binary

Open flavioheleno opened this issue 3 years ago • 7 comments

Following #359, I'm opening this issue so the release for armel can be tracked.

flavioheleno avatar Jun 21 '22 19:06 flavioheleno

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

mitpre avatar Jul 30 '22 10:07 mitpre

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

flavioheleno avatar Aug 01 '22 14:08 flavioheleno

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.

mitpre avatar Aug 01 '22 21:08 mitpre

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.

sudarshan-reddy avatar Aug 12 '22 14:08 sudarshan-reddy

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)

flaviotorres avatar Dec 29 '22 07:12 flaviotorres

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

asaworld avatar May 24 '23 10:05 asaworld