Skip to content

Commit 9ba2491

Browse files
committed
Add armv8-dotprod to CI binaries
also generate binaries for more recent Android hardware. closes official-stockfish#4663 No functional change
1 parent f8e65d8 commit 9ba2491

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stockfish_arm_binaries.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
comp: ndk
2929
shell: bash
3030
binaries:
31+
- armv8-dotprod
3132
- armv8
3233
- armv7
3334
- armv7-neon
3435
exclude:
36+
- binaries: armv8-dotprod
37+
config: {compiler: armv7a-linux-androideabi21-clang++}
3538
- binaries: armv8
3639
config: {compiler: armv7a-linux-androideabi21-clang++}
3740
- binaries: armv7
@@ -155,4 +158,4 @@ jobs:
155158
name: Stockfish dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }}
156159
tag_name: stockfish-dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }}
157160
prerelease: true
158-
files: stockfish-android-${{ matrix.binaries }}.tar
161+
files: stockfish-android-${{ matrix.binaries }}.tar

0 commit comments

Comments
 (0)