diff --git a/packages/bun-release/src/platform.ts b/packages/bun-release/src/platform.ts index 253de0968c..2cd20759a6 100644 --- a/packages/bun-release/src/platform.ts +++ b/packages/bun-release/src/platform.ts @@ -95,12 +95,12 @@ export const platforms: Platform[] = [ bin: "bun-windows-x64-baseline", exe: "bin/bun.exe", }, - { - os: "win32", - arch: "arm64", - bin: "bun-windows-aarch64", - exe: "bin/bun.exe", - }, + // { + // os: "win32", + // arch: "arm64", + // bin: "bun-windows-aarch64", + // exe: "bin/bun.exe", + // }, ]; export const supportedPlatforms: Platform[] = platforms