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 2ea1e90 commit c7f68dfCopy full SHA for c7f68df
docker/nix/build_nix.sh
@@ -10,7 +10,7 @@ nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"
10
#no nix flake check on oriole yet
11
nix build .#psql_15/bin -o psql_15
12
nix build .#psql_16/bin -o psql_16
13
-nix build .#psql_orioledb_16/bin -o psql_orioledb_16
+nix build .#psql_oriole-16/bin -o psql_orioledb_16
14
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
15
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
16
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_16
0 commit comments