pkg/debian: Also enforce XZ compression for meta package

This commit is contained in:
Dorian Stoll 2022-12-11 11:42:58 +01:00
parent 138c63c634
commit 0157c00684
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -102,7 +102,7 @@ jobs:
run: |
cd pkg/debian/meta
./mkdebian.sh $(make -C ../kernel/linux -s kernelrelease) ${KERNEL_REVISION}
dpkg-buildpackage -b
dpkg-buildpackage -b -Zxz
- name: Prepare release
run: |