Skip to content

Commit 300d823

Browse files
committed
feat: add linux/riscv64 to bin-image-cross release target
Add linux/riscv64 to the bin-image-cross platforms list so that official release images include riscv64 binaries. riscv64 is already present in the _platforms variable (line 38) and used by the cross, dynbinary-cross, and plugins-cross targets. CI already builds riscv64 binaries, but they are excluded from the release image because bin-image-cross has its own platform list. Closes #6857 Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 5d8cc2c commit 300d823

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-bake.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ target "bin-image-cross" {
190190
"linux/arm/v7",
191191
"linux/arm64",
192192
"linux/ppc64le",
193+
"linux/riscv64",
193194
"linux/s390x",
194195
"windows/amd64",
195196
"windows/arm64"

0 commit comments

Comments
 (0)