docs: clarify

This commit is contained in:
Jozef Steinhübl 2026-01-05 00:28:14 +01:00
parent 077fd77a50
commit f233c294ee
No known key found for this signature in database
GPG Key ID: 8D9A5E4549AA84FD

View File

@ -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"),