mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
`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
19 lines
378 B
JSON
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"]
|
|
}
|