-
Notifications
You must be signed in to change notification settings - Fork 9
/
act.json
38 lines (38 loc) · 1.45 KB
/
act.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "0.2.71",
"description": "Local Github actions runner.",
"homepage": "https://github.com/nektos/act/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.71/act_Windows_x86_64.zip",
"hash": "8529b0808a2aaab454b0f0dd31b79bffc3cf69c91730df7e50d9682b9bba9600"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.71/act_Windows_i386.zip",
"hash": "7f10b703b258d394c41c83e821c6e920f61473139597beaf7161c51854194824"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.71/act_Windows_arm64.zip",
"hash": "7eeb91c6807eaf77543867da1ce4c11c8dcf79cd38f135d19c8d0a4899c189c1"
}
},
"bin": "act.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
},
"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": {
"url": "$baseurl/checksums.txt"
}
}
}