Further binary releases fixes

* .tar -> .tar.gz: save a few more MB in distribution.
* drop android armv7 without NEON support: there should be almost no devices around that do not support this.

closes https://github.com/official-stockfish/Stockfish/pull/6850

No functional change
This commit is contained in:
Joost VandeVondele
2026-05-25 11:20:01 +02:00
parent 05f48577e1
commit 41f3557db9
2 changed files with 9 additions and 12 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"compiler": "clang++",
"comp": "clang",
"shell": "bash",
"archive_ext": "tar"
"archive_ext": "tar.gz"
},
"binaries": "x86-64-bmi2"
},
@@ -20,9 +20,9 @@
"compiler": "clang++",
"comp": "clang",
"shell": "bash",
"archive_ext": "tar"
"archive_ext": "tar.gz"
},
"binaries": "apple-silicon"
}
]
}
}