diff --git a/BUILDING.md b/BUILDING.md
index b813574a9d6010..2de444e9bd2a31 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -169,16 +169,17 @@ Depending on the host platform, the selection of toolchains may vary.
Binaries at are produced on:
-| Binary package | Platform and Toolchain |
-| --------------------- | ------------------------------------------------------------------------------------------------------------- |
-| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
-| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
-| linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
-| linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
-| linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
-| linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 [8](#fn8) |
-| linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
-| win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
+| Binary package | Platform and Toolchain |
+| --------------------- | ------------------------------------------------------------------------------------------------------------- |
+| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
+| darwin-x64 | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
+| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.13 |
+| linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
+| linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
+| linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
+| linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 [8](#fn8) |
+| linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |
+| win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
8: The Enterprise Linux devtoolset-8 allows us to compile
binaries with GCC 8 but linked to the glibc and libstdc++ versions of the host