From cd81346c1aea8d3ac66b09bb980ec2b5ac15a65c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 25 Jun 2024 11:39:21 -0400 Subject: [PATCH] Add a note about multi-arch support --- docs/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development.md b/docs/development.md index 25218eb96..c688bd719 100644 --- a/docs/development.md +++ b/docs/development.md @@ -59,3 +59,7 @@ The following are the best practices for multus logging: ## Multus release schedule On the first maintainer's meeting, twice yearly, after January 1st and July 1st, if a new version has not been tagged, a new version will tagged. + +## Multi-arch builds + +Multus is currently built for a number of architectures, however, our testing and validation is only performed against x86 architectures. Our x86 architecture has end to end testing, however, for other architectures, only supported via best effort community contributions.