Draft better pre-release handling in CI
This commit is contained in:
parent
6c2c98af78
commit
aa2a21f1c1
4 changed files with 44 additions and 1 deletions
15
app/builder-config-raspi-pre.yaml
Normal file
15
app/builder-config-raspi-pre.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
artifactName: ${name}-${os}-${arch}.${ext}
|
||||
electronVersion: 3.0.13
|
||||
linux:
|
||||
target:
|
||||
- target: deb
|
||||
arch:
|
||||
- armv7l
|
||||
- target: appImage
|
||||
arch:
|
||||
- armv7l
|
||||
icon: app/icons/png/
|
||||
category: Science
|
||||
deb:
|
||||
fpm: ['--architecture', 'armhf']
|
||||
Loading…
Add table
Add a link
Reference in a new issue