Skip to content

Commit 77a3c48

Browse files
committed
chore: imageTypes var
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent cc18698 commit 77a3c48

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docker-bake.hcl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ variable "distributions" {
2626
]
2727
}
2828

29+
variable "imageTypes" {
30+
default = [
31+
"standard",
32+
"system"
33+
]
34+
}
35+
2936
target "postgis" {
3037
matrix = {
31-
tgt = [
32-
"standard",
33-
"system"
34-
]
38+
tgt = imageTypes
3539
distro = distributions
3640
postgisMajor = postgisMajorVersions
3741
pgVersion = getPgVersions(postgreSQLVersions, postgreSQLPreviewVersions)

0 commit comments

Comments
 (0)