Skip to content

Commit a262bf4

Browse files
committed
add matix to .daemonless/config.yaml
1 parent a216fdb commit a262bf4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.daemonless/config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
icon: ':material-database:'
2+
23
cit:
34
mode: port
45
port: 5432
6+
7+
# Multi-version tracking for generate_versions.py
8+
versions:
9+
type: multi-version
10+
variants:
11+
- id: "14"
12+
pkg_name: postgresql14-server
13+
build_args: { PG_VERSION: "14", BASE_VERSION: "15-quarterly" }
14+
tags: ["14", "14-pkg"]
15+
- id: "14-pkg-latest"
16+
pkg_name: postgresql14-server
17+
build_args: { PG_VERSION: "14", BASE_VERSION: "15" }
18+
tags: ["14-pkg-latest"]
19+
- id: "17"
20+
pkg_name: postgresql17-server
21+
build_args: { PG_VERSION: "17", BASE_VERSION: "15-quarterly" }
22+
tags: ["17", "17-pkg", "pkg", "latest"]
23+
default: true
24+
- id: "17-pkg-latest"
25+
pkg_name: postgresql17-server
26+
build_args: { PG_VERSION: "17", BASE_VERSION: "15" }
27+
tags: ["17-pkg-latest", "pkg-latest"]

0 commit comments

Comments
 (0)