argo: Add version 3.2.6 (#3165)

* argo: add version 3.2.6

* Remove 32bit mistake

* Simplify bin

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
tech189 2022-01-08 07:32:30 +00:00 committed by GitHub
parent 49b4761cc3
commit 38ce0ca24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
bucket/argo.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "3.2.6",
"description": "Workflow engine for orchestrating parallel jobs on Kubernetes",
"homepage": "https://github.com/argoproj/argo-workflows",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/argoproj/argo-workflows/releases/download/v3.2.6/argo-windows-amd64.gz",
"hash": "fa78cd6db282f2cb3bf505538bc6fa1609722acb33648a4c34a65f5f6510458b"
}
},
"pre_install": "Rename-Item $dir\\argo-windows-amd64 $dir\\argo.exe",
"bin": "argo.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/argoproj/argo-workflows/releases/download/v$version/argo-windows-amd64.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}