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 <daniel@snapcraft.ninja>
pull/1203/head
Daniel Llewellyn 2020-11-13 03:29:14 +00:00
rodzic 8e31d0e992
commit ca98ff6d1d
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
architecture:
- i386
- amd64
steps:
- name: Checkout

Wyświetl plik

@ -25,7 +25,6 @@ jobs:
strategy:
matrix:
architecture:
- i386
- amd64
steps:
- name: Checkout