summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2018-03-06 08:20:44 +0000
committerGibson Fahnestock <gibfahn@gmail.com>2018-03-09 17:25:45 +0000
commit099e6216489c33edabdf951e154d90c585219ffb (patch)
tree260ef417dc608562f8a889575e1f20e5276d7bef /BUILDING.md
parent1dd9c9787bcf08db022ee63ce633fc9d497720e6 (diff)
downloadandroid-node-v8-099e6216489c33edabdf951e154d90c585219ffb.tar.gz
android-node-v8-099e6216489c33edabdf951e154d90c585219ffb.tar.bz2
android-node-v8-099e6216489c33edabdf951e154d90c585219ffb.zip
build: update arm64 minimum supported platform
This is already true in practice. PR-URL: https://github.com/nodejs/node/pull/19164 Fixes: https://github.com/nodejs/build/issues/1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 11378a63b5..697d4bd63a 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -39,7 +39,8 @@ platforms in production.
| System | Support type | Version | Architectures | Notes |
|--------------|--------------|----------------------------------|----------------------|------------------|
-| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm, arm64 | |
+| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | 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 | vs2017 |
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |