From: Joost VandeVondele Date: Wed, 5 Jul 2023 18:15:49 +0000 (+0200) Subject: Add armv8-dotprod to CI binaries X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9ba24912c1bac753fdbde0ae78e19867dccb7500 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 --- diff --git a/.github/workflows/stockfish_arm_binaries.yml b/.github/workflows/stockfish_arm_binaries.yml index 1afd8efa..4db216eb 100644 --- a/.github/workflows/stockfish_arm_binaries.yml +++ b/.github/workflows/stockfish_arm_binaries.yml @@ -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 @@ -155,4 +158,4 @@ jobs: name: Stockfish dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }} tag_name: stockfish-dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }} prerelease: true - files: stockfish-android-${{ matrix.binaries }}.tar \ No newline at end of file + files: stockfish-android-${{ matrix.binaries }}.tar