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 c2e2801 commit 1cd2063Copy full SHA for 1cd2063
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_oriole-16/bin -o psql_orioledb_16
+nix build .#psql_orioledb-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