We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0011530 commit 7f041daCopy full SHA for 7f041da
docker/nix/build_nix.sh
@@ -6,5 +6,7 @@ if [ -d "/workspace" ]; then
6
cd /workspace
7
fi
8
nix build .#psql_15/bin -o psql_15
9
+nix build .#psql_16/bin -o psql_16
10
nix flake check -L
11
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
12
+nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
0 commit comments