]> git.sesse.net Git - stockfish/commit
Add new CPU archs in CI Tests workflow
authorppigazzini <pasquale.pigazzini@gmail.com>
Mon, 31 Jul 2023 11:41:28 +0000 (13:41 +0200)
committerStéphane Nicolet <cassio@free.fr>
Sun, 6 Aug 2023 19:17:33 +0000 (21:17 +0200)
commit4c43e1e27ce990735fb0226e35248fc82ea6a519
tree8840940754cf16639570d1af4634674af3d693c6
parent002a50457ce1975bf049b7bac904f23d0eab4d3b
Add new CPU archs in CI Tests workflow

Add CPU archs: armv8-dotprod, riscv64 and ppc64le.
The last two archs are built using QEMU multiarch docker container.

References:
https://docs.docker.com/build/building/multi-platform/
https://github.com/docker/setup-buildx-action
https://github.com/docker/setup-qemu-action
https://github.com/tonistiigi/binfmt
https://stackoverflow.com/questions/72444103/what-does-running-the-multiarch-qemu-user-static-does-before-building-a-containe

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

No functional change
.github/workflows/stockfish_test.yml