-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathact.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.72",
"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.72/act_Windows_x86_64.zip",
"hash": "7a266bf5fda3472304e5793040412ed280a253fbb548786527c593d711602ed8"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.72/act_Windows_i386.zip",
"hash": "40849abeb4331e62f7226de36d86dec17ce7866d2767e2abc242199d5284db81"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.72/act_Windows_arm64.zip",
"hash": "8276ef301bd6d2aa3675f48b12084984bc5368a2fdbef4e576277f8db5b12b27"
}
},
"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"
}
}
}