Skip to content

Commit

Permalink
Build for armv7 and armv6
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed May 1, 2024
1 parent 2172858 commit 6ef4778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ variable "CONFD_VERSION" {
target "default" {
platforms = [
"linux/amd64",
"linux/arm64"
"linux/arm64",
"linux/arm/v7",
"linux/arm/v6"
]
target = "out"
args = {
Expand Down

0 comments on commit 6ef4778

Please sign in to comment.