From b90f7052ec7454fbedbf095d7c1913d3001c68ab Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 20 May 2022 13:27:06 +0200 Subject: [PATCH] Return to 9 compress level, insufficient time reduction Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a585a13..6de5bee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: archive base run: | mkdir -p cache - docker save dockcross/base:latest | xz -e7 -T0 > ./cache/base.tar.xz + docker save dockcross/base:latest | xz -e9 -T0 > ./cache/base.tar.xz - name: save base uses: actions/upload-artifact@v3