]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_binaries.yml
Add bmi2 to CI generated binaries
[stockfish] / .github / workflows / stockfish_binaries.yml
index 5fe67d151d651dfeb5d3586fd0fc09023adbaf0c..f7669b479aa4f7629a3bb33f7ef849c3907561c1 100644 (file)
@@ -42,9 +42,12 @@ jobs:
           - x86-64
           - x86-64-modern
           - x86-64-avx2
+          - x86-64-bmi2
         exclude:
           - binaries: x86-64-avx2
-            config: {os: macos-12}
+            config: { os: macos-12 }
+          - binaries: x86-64-bmi2
+            config: { os: macos-12 }
     defaults:
       run:
         working-directory: src
@@ -165,4 +168,3 @@ jobs:
           tag_name: stockfish-dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }}
           prerelease: true
           files: stockfish-${{ matrix.config.simple_name }}-${{ matrix.binaries }}.${{ matrix.config.archive_ext }}
-