From 9a362aa2fbad2f803f1747f67c8f9eda30aea54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 6 May 2023 21:41:49 +0200 Subject: [PATCH] doc: update supported version of FreeBSD to 12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/build/issues/3134 PR-URL: https://github.com/nodejs/node/pull/47838 Reviewed-By: Tobias Nießen Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 3ccbdd90aeb64d..f5a646eade3973 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -118,7 +118,7 @@ platforms. This is true regardless of entries in the table below. | macOS | arm64 | >= 11 | Tier 1 | | | SmartOS | x64 | >= 18 | Tier 2 | | | AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | | -| FreeBSD | x64 | >= 12.2 | Experimental | | +| FreeBSD | x64 | >= 12.4 | Experimental | | [^1]: Older kernel versions may work. However official Node.js release binaries are [built on RHEL 8 systems](#official-binary-platforms-and-toolchains)