refactor: update output artifact format to zstd and enhance compression process

This commit is contained in:
2026-07-16 13:14:29 +02:00
parent 34b8608ae0
commit 6ae2e187ca
2 changed files with 12 additions and 4 deletions
Vendored
+3 -1
View File
@@ -31,7 +31,9 @@ pipeline {
debootstrap \
xz-utils \
tar \
ca-certificates
ca-certificates \
zstd \
pv
'''