Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e059f24

Browse files
committed
Only build for amd64 due to Mongo deps
1 parent 7637b76 commit e059f24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-bake.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ target "image-local" {
1616
target "image-all" {
1717
inherits = ["image"]
1818
platforms = [
19-
"linux/amd64",
20-
"linux/arm64",
21-
"linux/arm/v7"
19+
"linux/amd64"
2220
]
2321
}

0 commit comments

Comments
 (0)