Skip to content

Commit 02ed8b1

Browse files
authored
Merge pull request #381 from theseion/drop-arm-v7
fix: drop support for 32-bit ARM (arm/v7)
2 parents 4492d9a + e6c0fcc commit 02ed8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ group "default" {
121121

122122
target "platforms-base" {
123123
context="."
124-
platforms = ["linux/amd64", "linux/arm64/v8", "linux/arm/v7", "linux/i386"]
124+
platforms = ["linux/amd64", "linux/arm64", "linux/i386"]
125125
labels = {
126126
"org.opencontainers.image.source" = "https://github.com/coreruleset/modsecurity-crs-docker"
127127
}

0 commit comments

Comments
 (0)