From d2a062c1bd7856a4f2efa2e84c35ee324204b48d Mon Sep 17 00:00:00 2001 From: bdeshi Date: Mon, 20 May 2024 21:03:37 +0600 Subject: [PATCH] ci: test zstd cache perf --- .woodpecker/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/cd.yml b/.woodpecker/cd.yml index 75828f2..02bdc7b 100644 --- a/.woodpecker/cd.yml +++ b/.woodpecker/cd.yml @@ -24,7 +24,7 @@ steps: restore: true path_style: true cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}' - archive_format: gzip + archive_format: zstd bucket: from_secret: CACHE_S3_BUCKET endpoint: @@ -53,7 +53,7 @@ steps: rebuild: true path_style: true cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}' - archive_format: gzip + archive_format: zstd bucket: from_secret: CACHE_S3_BUCKET endpoint: