summaryrefslogtreecommitdiffstats
path: root/packaging/PLATFORM_SUPPORT.md
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-01-29 04:59:13 -0500
committerGitHub <noreply@github.com>2024-01-29 11:59:13 +0200
commit27c4fb4a82b65d3f859908df3c217de5e52e80b7 (patch)
tree4a93525f731e70865572e4bf556fe006511fe9fa /packaging/PLATFORM_SUPPORT.md
parent3be077bb2a5f28e259a190696aeed76015269379 (diff)
Add ARMv6 static builds. (#16853)
Diffstat (limited to 'packaging/PLATFORM_SUPPORT.md')
-rw-r--r--packaging/PLATFORM_SUPPORT.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index ad5283c188..52e3dd7a4d 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -177,9 +177,9 @@ means that they generally do not support non-local username mappings or exotic n
We currently provide static builds for the following CPU architectures:
-- 32-bit x86
- 64-bit x86
- ARMv7
+- ARMv6
- AArch64
- POWER8+
@@ -189,3 +189,8 @@ We currently provide static builds for the following CPU architectures:
Our IPMI collector is based on FreeIPMI. Due to upstream limitations in FreeIPMI, we are unable to support our
IPMI collector on POWER-based hardware.
+
+### Systemd
+
+Many of our systemd integrations are not supported in our static builds. This is due to a general refusal by the
+systemd developers to support static linking (or any C runtime other than glibc), and is not something we can resolve.