2025-02-01 04:28:40 +00:00

39 lines
1.4 KiB
JSON

{
"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"
}
}
}