Skip to content

Commit 50e7fdb

Browse files
committed
chore: build/cache 14 src and debug
1 parent 56c1f27 commit 50e7fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ if [ "$SYSTEM" = "aarch64-linux" ]; then
3333
nix build .#postgresql_orioledb-17_src -o ./postgresql_orioledb-17_src
3434
nix build .#postgresql_17_debug -o ./postgresql_17_debug
3535
nix build .#postgresql_17_src -o ./postgresql_17_src
36+
nix build .#postgresql_14_debug -o ./postgresql_14_debug
37+
nix build .#postgresql_14_src -o ./postgresql_14_src
38+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_14_debug-debug
39+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_14_src
3640
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_15_debug-debug
3741
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_15_src
3842
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_orioledb-17_debug-debug

0 commit comments

Comments
 (0)