From 0e425a9c6d20d6a1e42bbd2c3f4168aba2dc5e38 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 16 May 2021 19:50:06 +0200 Subject: [PATCH] build: removed linux arm64 build from build process --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b805bddf..9f623b2d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "target": "AppImage", "arch": [ "x64", - "arm64", "armv7l" ] }