From c200a0c7ac19e97f65f689a42c53443ce8feaad7 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 4 Feb 2020 17:40:39 +0100 Subject: [PATCH] Compress deb package with bzip instead of xz 7za fails on ia32 CI with "ERROR: Can't allocate required memory!" Changelog-entry: Compress deb package with bzip instead of xz Change-type: patch --- .resinci.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.resinci.json b/.resinci.json index c2932918..9b47bc91 100644 --- a/.resinci.json +++ b/.resinci.json @@ -74,6 +74,7 @@ "synopsis": "balenaEtcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more." }, "deb": { + "compression": "bzip2", "priority": "optional", "depends": [ "polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"