Only build on supported architectures (#55)

As per comment in #53 - looks like nodejs isn't supported on [s390x]https://launchpadlibrarian.net/401523666/buildlog_snap_ubuntu_xenial_s390x_d862f303dc85a1886a1db80b5e691216-xenial_BUILDING.txt.gz) and [ppc64el](https://launchpadlibrarian.net/401523830/buildlog_snap_ubuntu_xenial_ppc64el_d862f303dc85a1886a1db80b5e691216-xenial_BUILDING.txt.gz). This change tells the build system to only build on the listed supported architectures.
pull/64/head
Alan Pope 6 years ago committed by Anton Medvedev
parent 73f051f532
commit 83bed4a4ee

@ -9,6 +9,12 @@ description: |
* Interactive mode
* Themes support
architectures:
- build-on: i386
- build-on: amd64
- build-on: armhf
- build-on: arm64
grade: stable
confinement: strict

Loading…
Cancel
Save