mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
feat: support linux arm64 public preview (#1144)
This commit is contained in:
committed by
GitHub
parent
a0297a1378
commit
ec5d18412c
@@ -22,6 +22,9 @@ const getAssetURL = (versionConfig: VersionConfig): string => {
|
||||
}
|
||||
let arch = os.arch()
|
||||
switch (arch) {
|
||||
case "arm64":
|
||||
arch = "arm64"
|
||||
break
|
||||
case "x64":
|
||||
arch = "amd64"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user