ACK: [PATCH] snapcraft.yaml: add architectures info to make remote snap builds easier

ivanhu ivan.hu at canonical.com
Tue Jun 15 05:37:51 UTC 2021



On 6/15/21 1:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Adding architectures info makes remote snap building easier.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  snapcraft.yaml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index c331d8c1..b0f80bda 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -6,6 +6,14 @@ confinement: strict
>  base: core18
>  grade: stable
>  
> +architectures:
> +    - build-on: s390x
> +    - build-on: ppc64el
> +    - build-on: arm64
> +    - build-on: armhf
> +    - build-on: amd64
> +    - build-on: i386
> +
>  parts:
>      fwts:
>          plugin: autotools
> 


Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list