File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ nix build .#checks.$SYSTEM.psql_17 -L --no-link
1414nix build .# psql_15/bin -o psql_15 -L
1515nix build .# psql_orioledb-17/bin -o psql_orioledb_17 -L
1616nix build .# psql_17/bin -o psql_17 -L
17+ nix build .# psql_14/bin -o psql_14 -L
1718nix build .# wal-g-2 -o wal-g-2 -L
1819nix 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
2324nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
2425nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_orioledb_17
2526nix 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
2729if [ " $SYSTEM " = " aarch64-linux" ]; then
2830 nix build .# postgresql_15_debug -o ./postgresql_15_debug
You can’t perform that action at this time.
0 commit comments