Files
stockfish/.github/ci/universal_matrix.json
T
Dieter DobbelaereandJoost VandeVondele 9dd58542c9 Compress Linux universal release package
`stockfish-ubuntu-x86-64-universal.tar` goes from 94.8MiB to 67.4MiB (tar.gz)

Note that the CI code is written such that it easy to select other compression
schemes in the future (e.g. tar.xz) by simply changing the `archive_ext`
parameter.

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

No functional change
2026-04-20 17:41:06 +02:00

19 lines
378 B
JSON

{
"config": [
{
"name": "Ubuntu 22.04 GCC Universal",
"os": "ubuntu-22.04",
"simple_name": "ubuntu",
"archive_ext": "tar.gz"
},
{
"name": "Windows 2022 Mingw-w64 GCC Universal",
"os": "windows-2022",
"simple_name": "windows",
"ext": ".exe",
"archive_ext": "zip"
}
],
"binaries": ["x86-64-universal"]
}