1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-18 12:40:41 +01:00

ci: disable arm64 linux target

This commit is contained in:
Fabio Di Stasio 2023-05-01 13:41:01 +02:00
parent 1bf54a69fd
commit 786de6a7ba

View File

@ -65,15 +65,15 @@
{ {
"target": "deb", "target": "deb",
"arch": [ "arch": [
"x64" "x64",
"armv7l"
] ]
}, },
{ {
"target": "AppImage", "target": "AppImage",
"arch": [ "arch": [
"x64", "x64",
"armv7l", "armv7l"
"arm64"
] ]
} }
], ],