Manual.md: Note when archs should be used.

This commit is contained in:
Alexis 2020-08-16 10:29:19 +10:00 committed by Andrew J. Hesford
parent 20c03eafa5
commit 4e8df59c12

View file

@ -704,6 +704,9 @@ used.
- `archs` Whitespace separated list of architectures that a package can be
built for, available architectures can be found under `common/cross-profiles`
alongside the `noarch` value for packages that do not contain any machine code.
In general, `archs` should only be set if the upstream software explicitly targets
certain architectures or there is a compelling reason why the software should not be
available on some supported architectures.
Examples:
```