Skip to content

Commit

Permalink
Add docker-bake config for multi-arch amd64/arm64 builds.
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
  • Loading branch information
cmfcruz committed Oct 1, 2024
1 parent a820d1b commit 1f9d623
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target "default" {
platforms = [
"linux/amd64",
"linux/arm64"
]
}

0 comments on commit 1f9d623

Please sign in to comment.