build: added deb arm targets

This commit is contained in:
Fabio Di Stasio 2022-08-03 11:33:26 +02:00
parent aaff4cf4fe
commit 88ba55ec02
1 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,11 @@
"target": [
{
"target": "deb",
"arch": "x64"
"arch":[
"x64",
"armv7l",
"arm64"
]
},
{
"target": "AppImage",