From a573ed1496101077e47ef0b75a433507e4f66ec0 Mon Sep 17 00:00:00 2001 From: Lu Yahan Date: Tue, 8 Mar 2022 09:12:14 +0800 Subject: [PATCH] doc: add riscv64 info into platform list --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index a1399446392f5d..a67da17e5e673f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -109,6 +109,7 @@ platforms. This is true regardless of entries in the table below. | GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 | | GNU/Linux | ppc64le >=power8 | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. Ubuntu 16.04[^1], EL 7[^2] | | GNU/Linux | s390x | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. EL 7[^2] | +| GNU/Linux | riscv64 | kernel >= 3.10.0, glibc >= 2.17 | Experimental | | | Windows | x64, x86 (WoW64) | >= Windows 10/Server 2016 | Tier 1 | [^4],[^5] | | Windows | x86 (native) | >= Windows 10/Server 2016 | Tier 1 (running) / Experimental (compiling)[^6] | | | Windows | x64, x86 | Windows 8.1/Server 2012 | Experimental | |