mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
feat: don't mention arch in warning msg aboout fallback
This commit is contained in:
parent
7765e2b28a
commit
9cd774b8b1
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue