summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
commitfe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4 (patch)
tree4ad68ab0bbaab6ae96b8115a122d974ea68ce47f /snapcraft.yaml
parent40367995e739ab96cad82d3806b46874d5260c5f (diff)
downloadwekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.gz
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.bz2
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.zip
- Upgrade Node from v8.12 to v8.14
- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml17
1 files changed, 2 insertions, 15 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index b876bfbf..c69b1dcc 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -14,20 +14,7 @@ confinement: strict
grade: stable
architectures:
- - build-on: amd64
- run-on: amd64
-
- - build-on: i386
- run-on: i386
- build-error: ignore
-
- - build-on: armhf
- run-on: armhf
- build-error: ignore
-
- - build-on: arm64
- run-on: arm64
- build-error: ignore
+ - amd64
plugs:
mongodb-plug:
@@ -94,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 8.12.0
+ node-engine: 8.14.0
node-packages:
- node-gyp
- node-pre-gyp