mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Download arm64 linux binaries (#6223)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
parent
02e03ac626
commit
dad6dcacda
@ -194,7 +194,7 @@ async function main() {
|
||||
}, multiBar),
|
||||
];
|
||||
|
||||
if (normalizedPlatform === "darwin") {
|
||||
if (normalizedPlatform !== "windows") {
|
||||
downloaders.push(
|
||||
new LensK8sProxyDownloader({
|
||||
version: packageInfo.config.k8sProxyVersion,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user