Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 9d9e2cf

Browse files
committed
fix: made sure we have a fallback for macosx with unrecognized architectures (#653)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent ee8b584 commit 9d9e2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dlFileName": "helm-windows-amd64.exe.zip",
5050
"cmdFileName": "helm-windows-amd64.exe"
5151
},
52-
"osx-x86": {
52+
"osx": {
5353
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-darwin-amd64.tar.gz",
5454
"sha256sum": "0930908a9a43a32c9a7dc859bc82b2d0d822d99b53d75979a6da64a824d80837",
5555
"dlFileName": "helm-darwin-amd64.tar.gz",

0 commit comments

Comments
 (0)