Skip to content

Commit c7f68df

Browse files
committed
fix: get correct naming convention in here too for oriole bundle
1 parent 2ea1e90 commit c7f68df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nix/build_nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"
1010
#no nix flake check on oriole yet
1111
nix build .#psql_15/bin -o psql_15
1212
nix build .#psql_16/bin -o psql_16
13-
nix build .#psql_orioledb_16/bin -o psql_orioledb_16
13+
nix build .#psql_oriole-16/bin -o psql_orioledb_16
1414
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
1515
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
1616
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_16

0 commit comments

Comments
 (0)