mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- 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 !
This commit is contained in:
parent
40367995e7
commit
fe7c4528d7
5 changed files with 19 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue