act: Add arm64 arch (#4405)

This commit is contained in:
sitiom 2023-02-01 14:07:01 +08:00 committed by GitHub
parent a71992d56b
commit eb890b20d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.41/act_Windows_i386.zip",
"hash": "c3d7e52280c0b0ebe69184ad63f615c975643ccff2c0157382bdfa206b1ca48d"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.41/act_Windows_arm64.zip",
"hash": "d56dbbf346fcc38196950ef795f7b78f6a06b9a5c2cf2c892d92d489e9ee035e"
}
},
"bin": "act.exe",
@ -22,6 +26,9 @@
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_arm64.zip"
}
},
"hash": {