From efa9a078a38dfbbdef1bf28e4216dc335e119aff Mon Sep 17 00:00:00 2001 From: jnozsc <470215+jnozsc@users.noreply.github.com> Date: Mon, 31 Aug 2020 12:34:43 -0700 Subject: [PATCH] add document for arm64 (#373) Signed-off-by: jnozsc <470215+jnozsc@users.noreply.github.com> --- docs/guides/dns-over-https.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 16bf1833..1014ce39 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -37,7 +37,16 @@ cloudflared -v **Note:** Binaries for other operating systems can be found here: -#### ARM architecture (Raspberry Pi) +#### arm64 architecture (64-bit Raspberry Pi) + +```bash +wget -O cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64 +sudo mv cloudflared /usr/local/bin +sudo chmod +x /usr/local/bin/cloudflared +cloudflared -v +``` + +#### armhf architecture (32-bit Raspberry Pi) Here we are downloading the precompiled binary and copying it to the `/usr/local/bin/` directory to allow execution by the cloudflared user. Proceed to run the binary with the `-v` flag to check it is all working: