1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 08:13:08 +00:00

Fix CI Docker Buildx

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

No functional change
This commit is contained in:
Disservin 2024-11-13 14:56:19 +01:00
parent ce2d9e27ea
commit 49138b8c33

View file

@ -139,7 +139,7 @@ jobs:
- name: Build Docker container
if: matrix.config.base_image
run: |
docker buildx build --load -t sf_builder - << EOF
docker buildx build --platform ${{ matrix.config.platform }} --load -t sf_builder - << EOF
FROM ${{ matrix.config.base_image }}
WORKDIR /app
RUN apk update && apk add make g++