File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ if [ "$SYSTEM" = "aarch64-linux" ]; then
33
33
nix build .# postgresql_orioledb-17_src -o ./postgresql_orioledb-17_src
34
34
nix build .# postgresql_17_debug -o ./postgresql_17_debug
35
35
nix build .# postgresql_17_src -o ./postgresql_17_src
36
+ nix build .# postgresql_14_debug -o ./postgresql_14_debug
37
+ nix build .# postgresql_14_src -o ./postgresql_14_src
38
+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_14_debug-debug
39
+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_14_src
36
40
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_debug-debug
37
41
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_src
38
42
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_orioledb-17_debug-debug
You can’t perform that action at this time.
0 commit comments