From 1adaea85c986f27cbbe8356a8f4a3dbdf19fc506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fouilh=C3=A9?= Date: Fri, 25 Mar 2022 16:45:25 +0100 Subject: [PATCH] Add reference to the `libc` configuration key in `supportedArchitectures` documentation (#4264) --- packages/gatsby/static/configuration/yarnrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/static/configuration/yarnrc.json b/packages/gatsby/static/configuration/yarnrc.json index fb6dfbfca341..8738a7c3d0c1 100644 --- a/packages/gatsby/static/configuration/yarnrc.json +++ b/packages/gatsby/static/configuration/yarnrc.json @@ -735,7 +735,7 @@ "_exampleItems": ["current", "glibc", "musl"] } }, - "_exampleKeys": ["os", "cpu"] + "_exampleKeys": ["os", "cpu", "libc"] }, "telemetryInterval": { "_package": "@yarnpkg/core",