Skip to content

Commit 34479c6

Browse files
authored
Merge pull request #1315 from pi-hole/arch2
Add architecture binary information to the prerequisites
2 parents fd94b1a + 32ca6d4 commit 34479c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/main/prerequisites.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ Pi-hole only supports actively maintained versions of these systems.
4444

4545
<!-- markdownlint-enable code-block-style -->
4646

47+
### Binary architecture
48+
49+
The binary `pihole-FTL`, which is the resolver at the heart of Pi-hole, is pre-built for the following architectures:
50+
51+
- x86_64 (amd64 and i686)
52+
- armv6
53+
- armv7
54+
- armv8 (aarch64)
55+
- riscv64
56+
57+
For other architectures, you will need to compile [FTL from source](../ftldns/compile.md) yourself.
58+
4759
## IP Addressing
4860

4961
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).

0 commit comments

Comments
 (0)