From 8b6b3bade08e7f49b219ac0bf57a81bbfa1b3635 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 16 Aug 2020 10:29:19 +1000 Subject: [PATCH] Manual.md: Note when `archs` should be used. --- Manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual.md b/Manual.md index ab13b1c38e9..e6d44a2352a 100644 --- a/Manual.md +++ b/Manual.md @@ -704,6 +704,8 @@ 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. +This should only be used when upstream explicitly states that their software only works +on specific architectures. Examples: ```