From 29aa499248365dfbf76a65ef9ee183889325bdb2 Mon Sep 17 00:00:00 2001 From: forest-code42 <130488542+forest-code42@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:27:14 -0500 Subject: [PATCH] Warn about build not supported on arm --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a841b9ef3c..b23050b0b9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,6 +106,8 @@ Before you contribute to InfluxDB, please sign our [Individual Contributor Licen ## How to build InfluxDB from source +_**⚠️ WARNING**_ Currently `x86_64`, aka `amd64` is the only supported build platform. + ### Install Go InfluxDB requires Go 1.20.