diff options
| author | 2020-08-16 10:29:19 +1000 | |
|---|---|---|
| committer | 2020-08-16 20:02:57 -0400 | |
| commit | 4e8df59c12afd6fcd45c3799e7e8e37f46861e35 (patch) | |
| tree | 66c1bfd024d093fb31edbef93fc2469edaaf7c30 /Manual.md | |
| parent | vscode: update to 1.48.0. [ci skip] (diff) | |
Manual.md: Note when `archs` should be used.
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md index ab13b1c38e9..8a8954e88d7 100644 --- a/Manual.md +++ b/Manual.md @@ -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: ``` |
