ci: disable arm deb target

This commit is contained in:
Fabio Di Stasio 2023-05-01 13:11:41 +02:00
parent 3ddfd6bb44
commit 1bf54a69fd
1 changed files with 1 additions and 3 deletions

View File

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