mirror of
https://github.com/pi-hole/docs.git
synced 2026-05-16 22:00:22 +01:00
add document for arm64 (#373)
Signed-off-by: jnozsc <470215+jnozsc@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,16 @@ cloudflared -v
|
||||
|
||||
**Note:** Binaries for other operating systems can be found here: <https://developers.cloudflare.com/argo-tunnel/downloads/>
|
||||
|
||||
#### 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user