We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acfcc6 commit d627a92Copy full SHA for d627a92
1 file changed
.daemonless/config.yaml
@@ -7,20 +7,24 @@ cit:
7
build:
8
variants:
9
- tag: "14"
10
+ containerfile: Containerfile.pkg
11
args:
12
PG_VERSION: "14"
13
BASE_VERSION: "15-quarterly"
14
aliases: ["14-pkg"]
15
- tag: "14-pkg-latest"
16
17
18
19
BASE_VERSION: "15"
20
- tag: "17"
21
22
23
PG_VERSION: "17"
24
25
aliases: ["17-pkg", "pkg", "latest"]
26
- tag: "17-pkg-latest"
27
28
29
30
0 commit comments