Skip to content

Commit 19d1f9b

Browse files
committed
Use compression=zstd&parallel-compression=true
1 parent 131dacd commit 19d1f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
NIX_OUTPUT: .#packages.${{ matrix.arch.nix }}.devEnv
4848
run: |
4949
nix store sign "${NIX_OUTPUT}" -v -r -k ~/.secrets/nix-cache-private-key
50-
nix copy -v "${NIX_OUTPUT}" --to s3://nixed/cache
50+
nix copy -v "${NIX_OUTPUT}" --to 's3://nixed/cache?compression=zstd&parallel-compression=true'
5151
5252
- name: Cache helmet
5353
env:
5454
NIX_OUTPUT: .#defaultPackage.${{ matrix.arch.nix }}
5555
run: |
5656
nix store sign "${NIX_OUTPUT}" -v -r -k ~/.secrets/nix-cache-private-key
57-
nix copy -v "${NIX_OUTPUT}" --to s3://nixed/cache
57+
nix copy -v "${NIX_OUTPUT}" --to 's3://nixed/cache?compression=zstd&parallel-compression=true'
5858
5959
release:
6060
name: Release

0 commit comments

Comments
 (0)