From af570ae9b638cebb5dae005507c1cd9ffea137aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 9 Sep 2022 22:29:19 +0200 Subject: [PATCH] Download arm64 linux binaries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- build/download_binaries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/download_binaries.ts b/build/download_binaries.ts index ff26a8fb2b..4b8d38904c 100644 --- a/build/download_binaries.ts +++ b/build/download_binaries.ts @@ -194,7 +194,7 @@ async function main() { }, multiBar), ]; - if (normalizedPlatform === "darwin") { + if (normalizedPlatform !== "windows") { downloaders.push( new LensK8sProxyDownloader({ version: packageInfo.config.k8sProxyVersion,