From e2d0f825c6bac5b028fedf79bdc26f0d91de7437 Mon Sep 17 00:00:00 2001 From: CHaBou Date: Sun, 3 Sep 2017 18:26:22 +0200 Subject: [PATCH] Disable ia32 linux releases (#2164) Fix #2161 Fix #2150 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index ff196352..bd9c84dc 100644 --- a/package.json +++ b/package.json @@ -84,21 +84,18 @@ { "target": "deb", "arch": [ - "ia32", "x64" ] }, { "target": "AppImage", "arch": [ - "ia32", "x64" ] }, { "target": "rpm", "arch": [ - "ia32", "x64" ] }