cloudflared
cloudflared copied to clipboard
Feature Request: Add Arm builds to repos and Dockerhub
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!
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.
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.
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.
I think @sudarshan-reddy will be trying to improve this soon, so stay tuned
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.
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.