Skip to content

Commit

Permalink
Build for armv7 and armv6
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed May 1, 2024
1 parent 2172858 commit 14defcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ target "default" {
platforms = [
"linux/amd64",
"linux/arm64"
"linux/arm/v7",
"linux/arm/v6"
]
target = "out"
args = {
Expand Down

0 comments on commit 14defcb

Please sign in to comment.