From 300d8231dad7f78af21a73b17add168a4eac0cf9 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 12 Mar 2026 10:53:47 +0100 Subject: [PATCH] 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 --- docker-bake.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index 28580c3c6cc8..9acd911960fd 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -190,6 +190,7 @@ target "bin-image-cross" { "linux/arm/v7", "linux/arm64", "linux/ppc64le", + "linux/riscv64", "linux/s390x", "windows/amd64", "windows/arm64"