cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Feature Request: Add Arm builds to repos and Dockerhub

Open cloudrootab opened this issue 2 years ago • 6 comments

It would be fantastic if there could be arm-releases in the repos and Docker-images. Basically, it would be so much more convenient instead of having to use the manual setup. Since I won't use third party unofficial repos and/or docker-images. So basically please add your already built arm-releases to the repos and Docker Hub.

Please and thank you!

cloudrootab avatar Mar 02 '22 08:03 cloudrootab

Just noticed that the new versions removed the "--legacy" option for installing as a service.. My ansible-playbooks are now getting imho needlessly complicated. Please consider supplying arm-versions in repos and docker.

cloudrootab avatar Mar 10 '22 09:03 cloudrootab

Yes please. Running this on an ARM device and now have to resort to other Docker images of Cloudflared, which obviously bring another potential risk.

churchofnoise avatar Mar 13 '22 08:03 churchofnoise

I would like more arch's on dockerhub, as well 👍

We (Cego A/S) find ourselves having to rely on third-party distributions, because we have MacOS developers with the latest arm64 chip.

We would rather use the official image.

firecow avatar Apr 07 '22 16:04 firecow

I think @sudarshan-reddy will be trying to improve this soon, so stay tuned

nmldiegues avatar Apr 07 '22 16:04 nmldiegues

In the meantime, you can always build it yourself with this command: docker build /cloudflared_repo/ -t cloudflare/cloudflared:arm64v8-latest then use it in compose file with arm64v8-latest tag. I have been doing it this way for a couple of months, no issues so far.

aleksandarmomic avatar Apr 15 '22 13:04 aleksandarmomic

There should be much better support for this now.

There are more arm builds available on gh releases and apt/yum.

Docker has an arm64 variant as well.

sudarshan-reddy avatar Aug 16 '22 15:08 sudarshan-reddy