Skip to content

Commit f60f283

Browse files
committed
docker-bake.hcl: disable broken armv6/7 containers
see #12
1 parent 456d3bf commit f60f283

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
@@ -17,13 +17,13 @@ target "_common" {
1717

1818
target "_common-glibc" {
1919
inherits = ["_common"]
20-
platforms = ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
20+
platforms = ["linux/amd64", "linux/386", "linux/arm64"] #, "linux/arm/v7", "linux/arm/v6"]
2121
args = { "LIBC" = "glibc" }
2222
}
2323

2424
target "_common-musl" {
2525
inherits = ["_common"]
26-
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
26+
platforms = ["linux/amd64", "linux/arm64"] #, "linux/arm/v7", "linux/arm/v6"]
2727
args = { "LIBC" = "musl" }
2828
}
2929

0 commit comments

Comments
 (0)