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",
|
||||
"arch": [
|
||||
"x64"
|
||||
"x64",
|
||||
"armv7l"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": [
|
||||
"x64",
|
||||
"armv7l",
|
||||
"arm64"
|
||||
"armv7l"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue