-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathact.json
More file actions
38 lines (38 loc) · 1.41 KB
/
act.json
File metadata and controls
38 lines (38 loc) · 1.41 KB
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.87",
"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.87/act_Windows_x86_64.zip",
"hash": "bb7c654b27d79fb98947e22ff846408ef8f93aab90dba6af3656b503b8811966"
},
"32bit": {
"url": "https://github.com/nektos/act/releases/download/v0.2.87/act_Windows_i386.zip",
"hash": "0528ec2fc8b0c1fff74f4656163e262aef34270cd7a015e8d385a8e80ea1a597"
},
"arm64": {
"url": "https://github.com/nektos/act/releases/download/v0.2.87/act_Windows_arm64.zip",
"hash": "83a8f90bca9da7764ba906e40eb38d13dc3f82d888685526f9e61d425efc84ec"
}
},
"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"
}
}
}