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
This commit is contained in:
Alexis Svinartchouk 2020-02-04 17:40:39 +01:00 committed by Alexis Svinartchouk
parent 81e80572d8
commit c200a0c7ac

View File

@ -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." "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": { "deb": {
"compression": "bzip2",
"priority": "optional", "priority": "optional",
"depends": [ "depends": [
"polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1" "polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"