From 104fbc64eda5483fa19a304dfa6f2510095f4f00 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Tue, 6 Mar 2018 08:20:44 +0000 Subject: [PATCH] build: update arm64 minimum supported platform This is already true in practice. Backport-PR-URL: https://github.com/nodejs/node/pull/23275 PR-URL: https://github.com/nodejs/node/pull/19164 Fixes: https://github.com/nodejs/build/issues/1164 Reviewed-By: Rod Vagg Reviewed-By: Michael Dawson --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 66c0ffc5aed226..1ecdc5abb17adc 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -39,7 +39,8 @@ in production. | System | Support type | Version | Architectures | Notes | |--------------|--------------|----------------------------------|----------------------|------------------| -| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | | +| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm | | +| GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | | | macOS | Tier 1 | >= 10.10 | x64 | | | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2015 or vs2017 | | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |