Skip to content

Commit d54bb33

Browse files
committed
fix: move v19 to ubuntu:plucky
1 parent 94fa6b2 commit d54bb33

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

docker-bake.hcl

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ target "clang-tools" {
7272

7373
target "clang-tools" {
7474
matrix = {
75-
tgt = ["20"]
75+
tgt = ["20", "19"]
7676
}
7777
name = "${tgt}"
7878
dockerfile = "Dockerfile"
@@ -90,26 +90,6 @@ target "clang-tools" {
9090
output = ["type=image"]
9191
}
9292

93-
target "clang-tools" {
94-
matrix = {
95-
tgt = ["19"]
96-
}
97-
name = "${tgt}"
98-
dockerfile = "Dockerfile"
99-
context = "."
100-
args = {
101-
# https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=clang-format-19&searchon=names
102-
BASE_IMAGE="ubuntu:24.10"
103-
CLANG_VERSION="${tgt}",
104-
}
105-
tags = [
106-
"${DOCKER_REPO}:${tgt}",
107-
"${GITHUB_REPO}:${tgt}"
108-
]
109-
platforms = ["linux/amd64", "linux/arm64"]
110-
output = ["type=image"]
111-
}
112-
11393
target "clang-tools" {
11494
matrix = {
11595
tgt = ["18", "17"]

0 commit comments

Comments
 (0)