From 8b3f1cc129ad4d8a97f25205c3ec69978304bda9 Mon Sep 17 00:00:00 2001 From: Paul Larson Date: Thu, 14 Dec 2023 11:00:51 -0600 Subject: [PATCH] Build the cli snap for all archs --- cli/snapcraft.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/snapcraft.yaml b/cli/snapcraft.yaml index a7fc3ae5..e22c4496 100644 --- a/cli/snapcraft.yaml +++ b/cli/snapcraft.yaml @@ -10,9 +10,8 @@ grade: stable adopt-info: testflinger-cli architectures: - - build-on: amd64 - - build-on: arm64 - - build-on: armhf + - build-on: [amd64] + build-for: [all] apps: testflinger-cli: