feat: don't mention arch in warning msg aboout fallback

This commit is contained in:
Jozef Steinhübl 2025-07-10 20:31:31 +02:00
parent 7765e2b28a
commit 9cd774b8b1
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -163,7 +163,7 @@ function getEffectiveArch(os: string, arch: string): string {
"⚠️ Bun does not provide native arm64 builds for Windows.", "⚠️ Bun does not provide native arm64 builds for Windows.",
"Using x64 build which will run through Microsoft's x64 emulation layer.", "Using x64 build which will run through Microsoft's x64 emulation layer.",
"This may result in reduced performance and potential compatibility issues.", "This may result in reduced performance and potential compatibility issues.",
"💡 For best performance, consider using x64 Windows runners or other platforms with native arm64 support.", "💡 For best performance, consider using x64 Windows runners or other platforms with native support.",
].join("\n"), ].join("\n"),
); );