fix: remove Windows ARM64 support
This commit is contained in:
parent
2c223d96a1
commit
b277d96de8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user