1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

build: arm linux build configuration

This commit is contained in:
2021-05-14 18:59:58 +02:00
parent 4bd8cbbf6c
commit 026400d242

View File

@@ -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",