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
3333 nix build .# postgresql_orioledb-17_src -o ./postgresql_orioledb-17_src
3434 nix build .# postgresql_17_debug -o ./postgresql_17_debug
3535 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
3640 nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_debug-debug
3741 nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_src
3842 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