mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Add armv8-dotprod to CI binaries
also generate binaries for more recent Android hardware. closes https://github.com/official-stockfish/Stockfish/pull/4663 No functional change
This commit is contained in:
parent
f8e65d82eb
commit
9ba24912c1
1 changed files with 4 additions and 1 deletions
3
.github/workflows/stockfish_arm_binaries.yml
vendored
3
.github/workflows/stockfish_arm_binaries.yml
vendored
|
@ -28,10 +28,13 @@ jobs:
|
|||
comp: ndk
|
||||
shell: bash
|
||||
binaries:
|
||||
- armv8-dotprod
|
||||
- armv8
|
||||
- armv7
|
||||
- armv7-neon
|
||||
exclude:
|
||||
- binaries: armv8-dotprod
|
||||
config: {compiler: armv7a-linux-androideabi21-clang++}
|
||||
- binaries: armv8
|
||||
config: {compiler: armv7a-linux-androideabi21-clang++}
|
||||
- binaries: armv7
|
||||
|
|
Loading…
Add table
Reference in a new issue