Skip to content

Commit ccfe0db

Browse files
committed
docker-bake.hcl: remove default target group
having target groups with different platform sets seems to generate a useless image for linux/386 (the missing platform on musl)
1 parent 2af53b6 commit ccfe0db

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docker-bake.hcl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,3 @@ target "void-musl-full" {
5656
inherits = ["_common-musl"]
5757
target = "image-full"
5858
}
59-
60-
group "default" {
61-
targets = [
62-
"void-glibc",
63-
"void-glibc-busybox",
64-
"void-glibc-full",
65-
"void-musl",
66-
"void-musl-busybox",
67-
"void-musl-full",
68-
]
69-
}
70-

0 commit comments

Comments
 (0)