瀏覽代碼

pkg/debian: Add comment about compression

Dorian Stoll 2 年之前
父節點
當前提交
74e68976c9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/debian.yml

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

@@ -93,6 +93,8 @@ jobs:
 
     - name: Build kernel
       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
       run: |
         cd pkg/debian/kernel/linux