ACK: [PATCH] snapcraft.yaml: add architectures info to make remote snap builds easier
Alex Hung
alex.hung at canonical.com
Mon Jun 14 19:43:17 UTC 2021
On 2021-06-14 11:22 a.m., 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: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list