fix
This commit is contained in:
parent
cd6143a9b6
commit
bc36c22716
@ -43,7 +43,7 @@ export function getPlatform(): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getArchitecture(os: string, arch: string): string {
|
export function getArchitecture(os: string, arch: string): string {
|
||||||
if (os == "windows" && arch === "arm64") {
|
if (os == "windows" && (arch === "aarch64" || arch === "arm64")) {
|
||||||
warning(
|
warning(
|
||||||
[
|
[
|
||||||
"⚠️ Bun does not provide native arm64 builds for Windows.",
|
"⚠️ Bun does not provide native arm64 builds for Windows.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user