Override fpm to set arch to armhf
This commit is contained in:
parent
59fba035d4
commit
a78a73678b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
|
||||||
- target: deb
|
- target: deb
|
||||||
arch:
|
arch:
|
||||||
- armv7l
|
- armv7l
|
||||||
|
|
@ -9,4 +8,5 @@ linux:
|
||||||
category: Science
|
category: Science
|
||||||
deb:
|
deb:
|
||||||
category: Science
|
category: Science
|
||||||
|
fpm: ['--architecture', 'armhf']
|
||||||
electronVersion: 3.0.13
|
electronVersion: 3.0.13
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue