Skip to content

Commit 94fa6b2

Browse files
committed
fix: move v17 to ubuntu:noble
1 parent 9133356 commit 94fa6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ target "clang-tools" {
112112

113113
target "clang-tools" {
114114
matrix = {
115-
tgt = ["18"]
115+
tgt = ["18", "17"]
116116
}
117117
name = "${tgt}"
118118
dockerfile = "Dockerfile"
@@ -132,7 +132,7 @@ target "clang-tools" {
132132

133133
target "clang-tools" {
134134
matrix = {
135-
tgt = ["17", "16", "15", "14"]
135+
tgt = ["16", "15", "14"]
136136
}
137137
name = "${tgt}"
138138
dockerfile = "Dockerfile"

0 commit comments

Comments
 (0)