-
Notifications
You must be signed in to change notification settings - Fork 829
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
ARMv8 builds #60
Comments
I'm installing / building cloudflared on aarch64 (Rock64 and RockPro 64) without issue. |
Interesting -- We're trying to see how we can get this integrated to our Ansible playbooks, so RPMs are pretty easy to add there vs maintaining our own locally built |
@moderation did you build it with CGO? |
I don't recall having to set any configuration. I just build using Just in case here is my
|
+1 for the port to aarch64 |
Any updates on this? |
any news on this? |
I tried and failed to build this for armbian aarch64 on a nanopi neo2. My attempts were with go v1.12.6 (the latest at the time of writing) and with After some time, my build attempts unfortunately fail with an out of memory error. An official aarch64/armv8 version pre-built here would be really really nice and very much appreciated: https://developers.cloudflare.com/argo-tunnel/downloads/ |
Any word on this? I would love to see official download links for this. I cannot even find directions for how I could potentially compile aarch64 for myself, if anyone has directions I would be interested. Thanks |
@Zer0CoolX I'm building on a Pine64 Rock64 and RockPro64 aarch64 boards with no issues with a simple |
There's a really helpful comment here from @bcatubig: #115 (comment) After trying and failing to get this to build targetting aarch64 due to resource constraints with my nanopi neo2 as the build device, I followed this approach and have got this to successfully build using a full fat amd64 linux distro that targets aarch64 with Thank you @bcatubig, very much appreciated. |
@jjssoftware @Zer0CoolX here you go: https://github.com/danacr/drone-cloudflared let me know if you want me to actually support this |
Nice work @danacr. This issue is resolved for me now personally since I was able to build for arm64 as described in my previous comment. Your drone-cloudflared repo might still be useful for other people though. |
@danacr Thank you a lot man! I don't know if you're going to get a community for your builds, but since months trying to make CloudFlare DNS-Over-HTTPS working on my pihole (over an Orange Pi Win board), thanks to your build it's finally working. |
Chiming in, @danacr you saved my bacon, building the same thing for my home network. |
@samuelaguilera @jjssoftware @QC-FreAk I just had the time to fully automate the repository. Now it creates the appropriate releases. Feel free to update your versions when needed. |
Great news! Thanks @danacr |
@ cloudflare when is this going to be available at https://developers.cloudflare.com/argo-tunnel/downloads/ ??? |
edc6969 was merged in time for the 2020.8.0 release, please see https://github.com/cloudflare/cloudflared/releases for recent releases with an arm64 build. |
Closing this request with the latest releases; please open a new ticket if you run into issues with the new builds. Thanks for the feedback. |
While ARMv6 is popular, aarch64 (armv8) is pretty neat and used in a lot of modern hardware, it'd be nice for CloudFlare to publish builds for that.
We can provide some infrastructure if necessary.
The text was updated successfully, but these errors were encountered: