@@ -222,6 +222,7 @@ target "all" {
222222 " ${ GITHUB_REPO } :all"
223223 ]
224224 platforms = [" linux/amd64" , " linux/arm64" ]
225+ output = [" type=registry" ]
225226}
226227
227228target "clang-tools" {
@@ -241,6 +242,7 @@ target "clang-tools" {
241242 " ${ GITHUB_REPO } :${ tgt } "
242243 ]
243244 platforms = [" linux/amd64" , " linux/arm64" ]
245+ output = [" type=registry" ]
244246}
245247
246248target "clang-tools" {
@@ -260,6 +262,7 @@ target "clang-tools" {
260262 " ${ GITHUB_REPO } :${ tgt } "
261263 ]
262264 platforms = [" linux/amd64" , " linux/arm64" ]
265+ output = [" type=registry" ]
263266}
264267
265268target "clang-tools" {
@@ -279,6 +282,7 @@ target "clang-tools" {
279282 " ${ GITHUB_REPO } :${ tgt } "
280283 ]
281284 platforms = [" linux/amd64" , " linux/arm64" ]
285+ output = [" type=registry" ]
282286}
283287
284288target "clang-tools" {
@@ -297,6 +301,7 @@ target "clang-tools" {
297301 " ${ GITHUB_REPO } :${ tgt } "
298302 ]
299303 platforms = [" linux/amd64" , " linux/arm64" ]
304+ output = [" type=registry" ]
300305}
301306
302307target "clang-tools" {
@@ -315,6 +320,7 @@ target "clang-tools" {
315320 " ${ GITHUB_REPO } :${ tgt } "
316321 ]
317322 platforms = [" linux/amd64" , " linux/arm64" ]
323+ output = [" type=registry" ]
318324}
319325
320326target "clang-tools" {
@@ -333,11 +339,12 @@ target "clang-tools" {
333339 " ${ GITHUB_REPO } :${ tgt } "
334340 ]
335341 platforms = [" linux/amd64" , " linux/arm64" ]
342+ output = [" type=registry" ]
336343}
337344
338345target "clang-tools" {
339346 matrix = {
340- tgt = [" 16-alpine" ]
347+ tgt = [" 16-alpine" , " 17-alpine " , " 18-alpine " , " 19-alpine " , " 20-alpine " ]
341348 }
342349 name = " ${ tgt } "
343350 dockerfile = " Dockerfile.alpine"
@@ -350,5 +357,6 @@ target "clang-tools" {
350357 " ${ DOCKER_REPO } :${ tgt } " ,
351358 " ${ GITHUB_REPO } :${ tgt } "
352359 ]
353- platforms = [" linux/amd64" ]
360+ platforms = [" linux/amd64" , " linux/arm64" ]
361+ output = [" type=registry" ]
354362}
0 commit comments