Skip to content

Commit 97c93a5

Browse files
committed
Move pkg_name from versions to build section
1 parent 4709839 commit 97c93a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.daemonless/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,28 @@ cit:
77
build:
88
variants:
99
- tag: "14"
10+
pkg_name: postgresql14-server
1011
containerfile: Containerfile.pkg
1112
args:
1213
PG_VERSION: "14"
1314
BASE_VERSION: "15-quarterly"
1415
aliases: ["14-pkg"]
1516
- tag: "14-pkg-latest"
17+
pkg_name: postgresql14-server
1618
containerfile: Containerfile.pkg
1719
args:
1820
PG_VERSION: "14"
1921
BASE_VERSION: "15"
2022
- tag: "17"
23+
pkg_name: postgresql17-server
2124
containerfile: Containerfile.pkg
2225
args:
2326
PG_VERSION: "17"
2427
BASE_VERSION: "15-quarterly"
2528
aliases: ["17-pkg", "pkg", "latest"]
29+
default: true
2630
- tag: "17-pkg-latest"
31+
pkg_name: postgresql17-server
2732
containerfile: Containerfile.pkg
2833
args:
2934
PG_VERSION: "17"

0 commit comments

Comments
 (0)