Browse Source

pkg/debian: Enforce XZ compression for package

Maximilian Luz 2 years ago
parent
commit
e7847fd836
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/debian.yml

+ 2 - 0
.github/workflows/debian.yml

@@ -92,6 +92,8 @@ jobs:
         cp keys/surface.crt debian/kernel/linux/keys/MOK.crt
 
     - name: Build kernel
+      env:
+        KDEB_COMPRESS: xz
       run: |
         cd pkg/debian/kernel/linux
         make bindeb-pkg -j2