From ca98ff6d1dc3408b218e502b56c6ce18512522c0 Mon Sep 17 00:00:00 2001 From: Daniel Llewellyn Date: Fri, 13 Nov 2020 03:29:14 +0000 Subject: [PATCH] Disable attempts to build Snap for i386 Ubuntu 20.04 Does not support i386, so attempting to build the Snap for i386 will either fail or be non-runnable on an i386 Linux distro. * Disable i386 build in `snapcraftbuild.yml` GitHub Action workflow * Disable i386 build when testing PRs for consistency Signed-off-by: Daniel Llewellyn --- .github/workflows/snapcraftbuild.yml | 1 - .github/workflows/test-build-prs.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/snapcraftbuild.yml b/.github/workflows/snapcraftbuild.yml index c2302e41..9be4a17d 100644 --- a/.github/workflows/snapcraftbuild.yml +++ b/.github/workflows/snapcraftbuild.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: architecture: - - i386 - amd64 steps: - name: Checkout diff --git a/.github/workflows/test-build-prs.yaml b/.github/workflows/test-build-prs.yaml index 4caf7769..58427030 100644 --- a/.github/workflows/test-build-prs.yaml +++ b/.github/workflows/test-build-prs.yaml @@ -25,7 +25,6 @@ jobs: strategy: matrix: architecture: - - i386 - amd64 steps: - name: Checkout