Browse Source

pkg/debian: Add comment about compression

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

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

@@ -93,6 +93,8 @@ jobs:
 
 
     - name: Build kernel
     - name: Build kernel
       env:
       env:
+        # The DPKG in Ubuntu 22.04 defaults to using ZSTD,
+        # which is not yet supported by the DPKG in Debian 11
         KDEB_COMPRESS: xz
         KDEB_COMPRESS: xz
       run: |
       run: |
         cd pkg/debian/kernel/linux
         cd pkg/debian/kernel/linux