mirror of
https://github.com/antonmedv/fx
synced 2024-11-09 07:10:38 +00:00
83bed4a4ee
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.
31 lines
519 B
YAML
31 lines
519 B
YAML
name: fx
|
|
base: core18 # the base snap is the execution environment for this snap
|
|
version: git
|
|
summary: Command-line tool and terminal JSON viewer
|
|
description: |
|
|
Command-line JSON processing tool
|
|
Features
|
|
* Formatting and highlighting
|
|
* Interactive mode
|
|
* Themes support
|
|
|
|
architectures:
|
|
- build-on: i386
|
|
- build-on: amd64
|
|
- build-on: armhf
|
|
- build-on: arm64
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
parts:
|
|
fx:
|
|
plugin: nodejs
|
|
source: .
|
|
|
|
apps:
|
|
fx:
|
|
command: fx
|
|
plugs:
|
|
- network
|