refactor: update ROOTFS_ARTIFACT format to zstd for improved compression

This commit is contained in:
2026-07-16 13:23:10 +02:00
parent 6ae2e187ca
commit d42882bf47
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
environment {
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.xz"
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.zst"
}