File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
1313nix build .# psql_15/bin -o psql_15
1414
1515nix build .# psql_orioledb-17/bin -o psql_orioledb_17
16-
16+ nix build . # wal-g -o wal-g
1717# Copy to S3
18+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./wal-g
1819nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
1920nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_orioledb_17
2021if [ " $SYSTEM " = " aarch64-linux" ]; then
@@ -26,4 +27,5 @@ if [ "$SYSTEM" = "aarch64-linux" ]; then
2627 nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_src
2728 nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_orioledb-17_debug-debug
2829 nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_orioledb-17_src
30+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./wal-g
2931fi
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ buildGoModule rec {
5555 mainProgram = "wal-g" ;
5656 maintainers = [ ] ;
5757 } ;
58- }
58+ }
You can’t perform that action at this time.
0 commit comments