mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-03 10:57:44 +01:00
build: arm linux build configuration
This commit is contained in:
parent
4bd8cbbf6c
commit
026400d242
16
package.json
16
package.json
@ -43,8 +43,18 @@
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"deb",
|
||||
"AppImage"
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": "x64"
|
||||
},
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64",
|
||||
"armv7l"
|
||||
]
|
||||
}
|
||||
],
|
||||
"category": "Development"
|
||||
},
|
||||
@ -79,7 +89,7 @@
|
||||
"moment": "^2.29.1",
|
||||
"mysql2": "^2.2.5",
|
||||
"pg": "^8.5.1",
|
||||
"pgsql-ast-parser": "^8.1.1",
|
||||
"pgsql-ast-parser": "^7.2.1",
|
||||
"source-map-support": "^0.5.16",
|
||||
"spectre.css": "^0.5.9",
|
||||
"sql-formatter": "^4.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user