Skip to content

Commit

Permalink
build windows/arm64 and linux/riscv64 binaries
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max authored and glours committed Aug 15, 2022
1 parent abc73ed commit 3022b64
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 @@ -100,8 +100,10 @@ target "binary-cross" {
"linux/arm/v7",
"linux/arm64",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x",
"windows/amd64"
"windows/amd64",
"windows/arm64"
]
}

Expand Down

0 comments on commit 3022b64

Please sign in to comment.