Browse Source

pkg/debian: Also enforce XZ compression for meta package

Dorian Stoll 2 years ago
parent
commit
0157c00684
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/debian.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -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: |