Update CI Binaries

- split into multiple jobs
- remove binaries which are already covered by the universal binary

superseeds https://github.com/official-stockfish/Stockfish/pull/6779

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

No functional change

Co-authored-by: Disservin <disservin.social@gmail.com>
This commit is contained in:
anematode
2026-05-04 08:32:03 +02:00
committed by Joost VandeVondele
co-authored by Disservin
parent 7e754e17dd
commit fe1d2b456c
7 changed files with 270 additions and 412 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"include": [
{
"config": {
"name": "Windows 11 Mingw-w64 Clang arm64",
"os": "windows-11-arm",
"simple_name": "windows",
"compiler": "clang++",
"comp": "clang",
"msys_sys": "clangarm64",
"msys_env": "clang-aarch64-clang",
"shell": "msys2 {0}",
"ext": ".exe",
"archive_ext": "zip"
},
"binaries": "armv8"
},
{
"config": {
"name": "Windows 11 Mingw-w64 Clang arm64",
"os": "windows-11-arm",
"simple_name": "windows",
"compiler": "clang++",
"comp": "clang",
"msys_sys": "clangarm64",
"msys_env": "clang-aarch64-clang",
"shell": "msys2 {0}",
"ext": ".exe",
"archive_ext": "zip"
},
"binaries": "armv8-dotprod"
}
]
}