From f233c294eeb22647fda60c289c0aaa89868e00ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 5 Jan 2026 00:28:14 +0100 Subject: [PATCH] docs: clarify --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index fd36a51..ebeaf4e 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -47,7 +47,7 @@ export function getArchitecture(os: string, arch: string): string { warning( [ "⚠️ Bun does not provide native arm64 builds for Windows.", - "Using x64-baseline build which will run through Microsoft's x64 emulation layer.", + "Using x64 baseline build which will run through Microsoft's x64 emulation layer.", "This may result in reduced performance and potential compatibility issues.", "💡 For best performance, consider using x64 Windows runners or other platforms with native support.", ].join("\n"),