From patchwork Mon Jun 14 17:22:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1491801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G3dYG42mCz9s24 for ; Tue, 15 Jun 2021 03:22:09 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lsqHl-0000q9-Ta; Mon, 14 Jun 2021 17:22:05 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lsqHk-0000q3-Rh for fwts-devel@lists.ubuntu.com; Mon, 14 Jun 2021 17:22:04 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lsqHk-000871-Is; Mon, 14 Jun 2021 17:22:04 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] snapcraft.yaml: add architectures info to make remote snap builds easier Date: Mon, 14 Jun 2021 18:22:04 +0100 Message-Id: <20210614172204.205120-1-colin.king@canonical.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King Adding architectures info makes remote snap building easier. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- 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