mirror of https://github.com/Fabio286/antares.git
ci: disable arm64 linux target
This commit is contained in:
parent
1bf54a69fd
commit
786de6a7ba
|
@ -65,15 +65,15 @@
|
||||||
{
|
{
|
||||||
"target": "deb",
|
"target": "deb",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64"
|
"x64",
|
||||||
|
"armv7l"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "AppImage",
|
"target": "AppImage",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64",
|
"x64",
|
||||||
"armv7l",
|
"armv7l"
|
||||||
"arm64"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue