1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Download arm64 linux binaries

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke 2022-09-09 22:29:19 +02:00
parent 23cb231c8f
commit af570ae9b6
No known key found for this signature in database

View File

@ -194,7 +194,7 @@ async function main() {
}, multiBar),
];
if (normalizedPlatform === "darwin") {
if (normalizedPlatform !== "windows") {
downloaders.push(
new LensK8sProxyDownloader({
version: packageInfo.config.k8sProxyVersion,