Skip to content

Commit 1108bf9

Browse files
committed
update docker-bake.hcl
1 parent 1c941f3 commit 1108bf9

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

docker-bake.hcl

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ target "clang-tools" {
9292

9393
target "clang-tools" {
9494
matrix = {
95-
tgt = ["18", "17"]
95+
tgt = ["18", "17", "16", "15", "14"]
9696
}
9797
name = "${tgt}"
9898
dockerfile = "Dockerfile"
@@ -110,25 +110,6 @@ target "clang-tools" {
110110
output = ["type=image"]
111111
}
112112

113-
target "clang-tools" {
114-
matrix = {
115-
tgt = ["16", "15", "14"]
116-
}
117-
name = "${tgt}"
118-
dockerfile = "Dockerfile"
119-
context = "."
120-
args = {
121-
BASE_IMAGE="ubuntu:24.10"
122-
CLANG_VERSION="${tgt}",
123-
}
124-
tags = [
125-
"${DOCKER_REPO}:${tgt}",
126-
"${GITHUB_REPO}:${tgt}"
127-
]
128-
platforms = ["linux/amd64", "linux/arm64"]
129-
output = ["type=image"]
130-
}
131-
132113
target "clang-tools" {
133114
matrix = {
134115
tgt = ["13", "12", "11"]

0 commit comments

Comments
 (0)