From 786de6a7ba316e93373d026e7f266ac510e22453 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Mon, 1 May 2023 13:41:01 +0200 Subject: [PATCH] ci: disable arm64 linux target --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af8bfe80..f35e69fe 100644 --- a/package.json +++ b/package.json @@ -65,15 +65,15 @@ { "target": "deb", "arch": [ - "x64" + "x64", + "armv7l" ] }, { "target": "AppImage", "arch": [ "x64", - "armv7l", - "arm64" + "armv7l" ] } ],