fix: remove Windows ARM64 support
This commit is contained in:
@@ -26,7 +26,6 @@ function getPlatformPackageName(): string | null {
|
|||||||
"linux-arm64": "@code-yeongyu/comment-checker-linux-arm64",
|
"linux-arm64": "@code-yeongyu/comment-checker-linux-arm64",
|
||||||
"linux-x64": "@code-yeongyu/comment-checker-linux-x64",
|
"linux-x64": "@code-yeongyu/comment-checker-linux-x64",
|
||||||
"win32-x64": "@code-yeongyu/comment-checker-windows-x64",
|
"win32-x64": "@code-yeongyu/comment-checker-windows-x64",
|
||||||
"win32-arm64": "@code-yeongyu/comment-checker-windows-arm64",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return platformMap[`${platform}-${arch}`] ?? null
|
return platformMap[`${platform}-${arch}`] ?? null
|
||||||
|
|||||||
Reference in New Issue
Block a user