eksctl@0.146.0: Add arm64 architecture (#4904)

This commit is contained in:
Aliaksandr Belik 2023-06-24 16:13:17 +03:00 committed by GitHub
parent 4a04179a7f
commit 43317075c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.146.0/eksctl_Windows_amd64.zip",
"hash": "10c4c8bbc39bc78e9796cacbea0ffa5b09d8cbbb4e52d072f91fdd03d5f69070"
},
"arm64": {
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.146.0/eksctl_Windows_arm64.zip",
"hash": "c9d62d43c553c07de6d6a4a010aece796f4abf2ff14591f55ee89a8dddf5a27b"
}
},
"bin": "eksctl.exe",
@ -17,6 +21,9 @@
"architecture": {
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_arm64.zip"
}
},
"hash": {