summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-02 23:12:45 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-02 23:12:45 +0200
commit3e03f557cf46bf32258fbd8e4b6433ca4469cfb4 (patch)
treeafdd0b68afb35e5658052c3237c2a428c8d945b8 /snapcraft.yaml
parentcdb44da71efdba027a82c37e0b9e08d01bde0d0f (diff)
downloadwekan-3e03f557cf46bf32258fbd8e4b6433ca4469cfb4.tar.gz
wekan-3e03f557cf46bf32258fbd8e4b6433ca4469cfb4.tar.bz2
wekan-3e03f557cf46bf32258fbd8e4b6433ca4469cfb4.zip
- Build snap also on i386, armhf and arm64. Ignore if it fails.
Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 ! Related #1503, related wekan/wekan-snap#46
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml15
1 files changed, 14 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index bb1f337f..b876bfbf 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -14,7 +14,20 @@ confinement: strict
grade: stable
architectures:
- - amd64
+ - 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
plugs:
mongodb-plug: