From 233158399353da35290e7b1feaaf4e06ffba900a Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Mon, 8 Jun 2026 17:43:33 +0200 Subject: [PATCH] doc: Also build for linux/riscv64 on release Signed-off-by: Michael Moll (cherry picked from commit 99f085683567e617b59b17566c09b1bbeecd7474) --- doc/developer/frr-release-procedure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/frr-release-procedure.rst b/doc/developer/frr-release-procedure.rst index d53b88b806d8..8986f7cc8a82 100644 --- a/doc/developer/frr-release-procedure.rst +++ b/doc/developer/frr-release-procedure.rst @@ -178,7 +178,7 @@ Stage 2 - Staging TAG=X.Y.Z git fetch --all git checkout frr-$TAG - docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6 -f docker/alpine/Dockerfile -t quay.io/frrouting/frr:$TAG --push . + docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6,linux/riscv64 -f docker/alpine/Dockerfile -t quay.io/frrouting/frr:$TAG --push . git tag docker/$TAG git push origin docker/$TAG