helmfile@0.171.0: Add arm64 version (#6482)

This commit is contained in:
Aliaksandr Belik 2025-02-13 19:18:00 +03:00 committed by GitHub
parent 3afb5f032e
commit b70c1d49ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,10 @@
"32bit": { "32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz", "url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz",
"hash": "6b21a3dbb0307d0364db929c47233480d936bfa84b7916e7748eb2fe0f713457" "hash": "6b21a3dbb0307d0364db929c47233480d936bfa84b7916e7748eb2fe0f713457"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_arm64.tar.gz",
"hash": "536a40d751604c27a205f2b608a31e6031ffb0310ec1300f081de6ac19f77cb3"
} }
}, },
"bin": "helmfile.exe", "bin": "helmfile.exe",
@ -22,6 +26,9 @@
}, },
"32bit": { "32bit": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz" "url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
},
"arm64": {
"url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
} }
}, },
"hash": { "hash": {