Skip to content

Commit 3fbbd70

Browse files
committed
chore: build and cacne pg 14 bundle too
1 parent d427d21 commit 3fbbd70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ nix build .#checks.$SYSTEM.psql_17 -L --no-link
1414
nix build .#psql_15/bin -o psql_15 -L
1515
nix build .#psql_orioledb-17/bin -o psql_orioledb_17 -L
1616
nix build .#psql_17/bin -o psql_17 -L
17+
nix build .#psql_14/bin -o psql_14 -L
1718
nix build .#wal-g-2 -o wal-g-2 -L
1819
nix build .#wal-g-3 -o wal-g-3 -L
1920

@@ -23,6 +24,7 @@ nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./wal-g-3
2324
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
2425
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17
2526
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_17
27+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_14
2628

2729
if [ "$SYSTEM" = "aarch64-linux" ]; then
2830
nix build .#postgresql_15_debug -o ./postgresql_15_debug

0 commit comments

Comments
 (0)