Also build for linux/riscv64 on release#22256
Conversation
Greptile SummaryThis PR adds
Confidence Score: 5/5Safe to merge — a one-word documentation change that appends a new build target to a shell command example. The change is a single addition to a comma-separated platform list in a documentation file. There is no runtime code involved, and the author reports a successful native-hardware build for the new target. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Tag frr-X.Y.Z] --> B[docker buildx build --platform ...]
B --> C[linux/amd64]
B --> D[linux/arm64]
B --> E[linux/ppc64le]
B --> F[linux/s390x]
B --> G[linux/arm/v7]
B --> H[linux/arm/v6]
B --> I[linux/riscv64 NEW]
C & D & E & F & G & H & I --> J[quay.io/frrouting/frr:X.Y.Z]
J --> K[git tag docker/X.Y.Z]
K --> L[git push origin docker/X.Y.Z]
Reviews (1): Last reviewed commit: "Also build for linux/riscv64 on release" | Re-trigger Greptile |
Signed-off-by: Michael Moll <kvedulv@kvedulv.de>
|
Before we can claim support we need to do some actual work on the backend to ensure that it is working and stays working |
|
@Mergifyio backport stable/10.7 stable/10.6 |
✅ Backports have been createdDetails
|
Also build for linux/riscv64 on release (backport #22256)
Also build for linux/riscv64 on release (backport #22256)
I did a successful build on native hardware.