mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Add universal binaries to prerelease page
closes https://github.com/official-stockfish/Stockfish/pull/6744 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
ce7848f7cc
commit
1e333b341c
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": [
|
||||
{
|
||||
"name": "Ubuntu 22.04 GCC Universal",
|
||||
"os": "ubuntu-22.04",
|
||||
"simple_name": "ubuntu",
|
||||
"archive_ext": "tar"
|
||||
},
|
||||
{
|
||||
"name": "Windows 2022 Mingw-w64 GCC Universal",
|
||||
"os": "windows-2022",
|
||||
"simple_name": "windows",
|
||||
"ext": ".exe",
|
||||
"archive_ext": "zip"
|
||||
}
|
||||
],
|
||||
"binaries": ["x86-64-universal"]
|
||||
}
|
||||
Reference in New Issue
Block a user