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
13
13
nix build .# psql_15/bin -o psql_15
14
14
15
15
nix build .# psql_orioledb-17/bin -o psql_orioledb_17
16
-
16
+ nix build . # wal-g -o wal-g
17
17
# Copy to S3
18
+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./wal-g
18
19
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
19
20
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_orioledb_17
20
21
if [ " $SYSTEM " = " aarch64-linux" ]; then
@@ -26,4 +27,5 @@ if [ "$SYSTEM" = "aarch64-linux" ]; then
26
27
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_15_src
27
28
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./postgresql_orioledb-17_debug-debug
28
29
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
29
31
fi
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ buildGoModule rec {
55
55
mainProgram = "wal-g" ;
56
56
maintainers = [ ] ;
57
57
} ;
58
- }
58
+ }
You can’t perform that action at this time.
0 commit comments