Skip to content

Commit 92e37db

Browse files
authored
Merge pull request #3984 from apostasie/ci-build-accel-2
CI, build 2: Move GHA to zstd
2 parents 18182b3 + 98a531a commit 92e37db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
docker buildx create --name with-gha --use
4949
docker buildx build \
50-
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
50+
--cache-to type=gha,compression=zstd,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
5151
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
5252
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
5353

0 commit comments

Comments
 (0)