mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
kube(ctx|ns)@0.9.5: Add arm64 version (#5368)
* kubectx@0.9.5: Add arm64 version * kubens@0.9.5: Add arm64 version
This commit is contained in:
parent
65ea1a0455
commit
1b56dad236
@ -7,6 +7,10 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubectx_v0.9.5_windows_x86_64.zip",
|
||||
"hash": "cfff77b5c59ed37e0aff39b16effb2c4cc47ccb96d58999a0fe5c6e2fa3c0013"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubectx_v0.9.5_windows_arm64.zip",
|
||||
"hash": "8fe01511ac925b6ed0c16e57d8fd6d69961aab9cf73f23a0d1cd46f6cb6495aa"
|
||||
}
|
||||
},
|
||||
"bin": "kubectx.exe",
|
||||
@ -17,6 +21,9 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_x86_64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
@ -7,6 +7,10 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_x86_64.zip",
|
||||
"hash": "1ee8adb273a391bbf35f67484bf41fd9b02aa0cd06cbcfbd488b211619fd4da9"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_arm64.zip",
|
||||
"hash": "2d7e53c3a34413d3a0c43ffb15f3ab4d97305fc694b1a4b5e8cc84ec09a796b1"
|
||||
}
|
||||
},
|
||||
"bin": "kubens.exe",
|
||||
@ -17,6 +21,9 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_x86_64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user