From 988e9d0639e1e1b7f48974fe94a73ae504adf5c1 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 10 Jan 2024 15:32:23 +0100 Subject: [PATCH] fix: yarn supported archs --- .vscode/settings.json | 1 + .yarnrc.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ca5e1fc0..a68a36c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,6 +12,7 @@ "esbuild", "fastify", "hardfork", + "libc", "milkomeda", "mirs", "mydomain", diff --git a/.yarnrc.yml b/.yarnrc.yml index 3d8413b6..77f87296 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -8,6 +8,10 @@ supportedArchitectures: - current - x64 - arm64 + libc: + - current + - glibc + - musl plugins: - path: .yarn/plugins/yarn-plugin-nixify.cjs spec: "https://raw.githubusercontent.com/stephank/yarn-plugin-nixify/main/dist/yarn-plugin-nixify.js"