diff --git a/bucket/helmfile.json b/bucket/helmfile.json index 07a6bf7787..01801d0080 100644 --- a/bucket/helmfile.json +++ b/bucket/helmfile.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/helmfile/helmfile/releases/download/v0.171.0/helmfile_0.171.0_windows_386.tar.gz", "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", @@ -22,6 +26,9 @@ }, "32bit": { "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": {