-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 [Docker Image] support armv7 (armhf) #987
Comments
please check #988 |
Thanks for submitting this PR! We'll take a look at it when we get some spare cycles. It will likely take more effort to support automated builds, however the Dockerfile.arm looks quite convenient and would be fairly straight forward to build. |
This would be very helpful; I'm hoping to get cloudflared running in Docker on a raspberry pi 4B |
Try this https://github.com/jauderho/dockerfiles/pkgs/container/cloudflared. Dockerfile is here : https://github.com/jauderho/dockerfiles/tree/main/cloudflared |
I built an image from the Dockerfile that is in the pull request on my Raspberry Pi 2 and it seems to work flawlessly. Thank you! |
@jeankhawand Is this has been solved and merged ? Looks like PR is waiting for approval ? |
@JUNNNI git clone -b feature/support-armhf [email protected]:jeankhawand/cloudflared.git and then cd into project dir and run the following command: docker build . -t junni/cloudflared:arm |
@jeankhawand thank you it works. |
waiting for being merged |
follow it |
any news !? |
@joliveirinha mentioned that Cloudflare would not support this platform (32-bit arm). |
Describe the feature you'd like
I am looking to host a web app on AllWinner H2 SoC (armhf) via Cloudflare Tunnel
Describe alternatives you've considered
when running
docker pull cloudflare/cloudflared:latest
it is throwing an errordocker: no matching manifest for linux/arm/v7 in the manifest list entries.
any idea on supporting different arm arch?The text was updated successfully, but these errors were encountered: