fix Makefile universal build selection

and remove armv8 left-over

closes https://github.com/official-stockfish/Stockfish/pull/6876

No functional change
This commit is contained in:
Berektassuly
2026-06-06 10:01:37 +02:00
committed by Joost VandeVondele
parent 0c1001c93e
commit 8416ccafff
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ jobs:
sudo apt-get install -y qemu-user
- name: Build universal binary
run: make -j4 -C src ARCH=armv8-universal profile-build
run: make -j4 -C src ARCH=arm64-universal profile-build
- name: Strip binary
run: strip src/stockfish
@@ -185,7 +185,7 @@ jobs:
install: mingw-w64-clang-aarch64-clang make git zip
- name: Build universal binary
run: make -j4 -C src ARCH=armv8-universal profile-build COMP=clang COMPCXX=clang++
run: make -j4 -C src ARCH=arm64-universal profile-build COMP=clang COMPCXX=clang++
- name: Strip binary
run: strip src/stockfish.exe