From 1bf54a69fd4455e2426d2347a562694134e44ca4 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Mon, 1 May 2023 13:11:41 +0200 Subject: [PATCH] ci: disable arm deb target --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 8d0f7193..af8bfe80 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,7 @@ { "target": "deb", "arch": [ - "x64", - "armv7l", - "arm64" + "x64" ] }, {