-
Notifications
You must be signed in to change notification settings - Fork 17
Supported Platforms
Ramon edited this page Feb 22, 2021
·
2 revisions
Planefence is deployed as a Docker container and is pre-built for the following architectures:
- linux/ARMv6 (armel): older Raspberry Pi's
- linux/ARMv7 (armhf): Raspberry Pi 3B+ / 4B with the standard 32 bits Raspberry OS (tested on Busted, may work but untested on Stretch or Jessie)
- linux/ARM64: Raspberry Pi 4B with Ubuntu 64 bits OS
- linux/AMD64: 64-bits PC architecture (Intel or AMD) running Debian Linux (incl. Ubuntu)
- linux/i386: 32-bits PC architecture (Intel or AMD) running Debian Linux (incl. Ubuntu)
Of these platforms, linux/arm64 is the best tested. This is the platform things were developed on. We've seen several successful deployments of Planefence on linux/armv7 (standard 32-bits Raspberry Pi OS, Buster) and at least one on linux/amd64 (Linux PC). The container was built successfully on remainder of the platforms, but testing on these has been limited or none.