Override fpm to set arch to armhf

This commit is contained in:
Joel Collins 2019-05-09 20:25:14 +01:00
parent 59fba035d4
commit a78a73678b

View file

@ -1,7 +1,6 @@
extends: app/builder-config-base.yaml
linux:
target:
- AppImage
- target: deb
arch:
- armv7l
@ -9,4 +8,5 @@ linux:
category: Science
deb:
category: Science
fpm: ['--architecture', 'armhf']
electronVersion: 3.0.13