fix: remove Windows ARM64 support

This commit is contained in:
YeonGyu-Kim
2025-12-05 13:47:21 +09:00
parent 2c223d96a1
commit b277d96de8

View File

@@ -26,7 +26,6 @@ function getPlatformPackageName(): string | null {
"linux-arm64": "@code-yeongyu/comment-checker-linux-arm64",
"linux-x64": "@code-yeongyu/comment-checker-linux-x64",
"win32-x64": "@code-yeongyu/comment-checker-windows-x64",
"win32-arm64": "@code-yeongyu/comment-checker-windows-arm64",
}
return platformMap[`${platform}-${arch}`] ?? null