Skip to content

Commit

Permalink
Fix CI Docker Buildx
Browse files Browse the repository at this point in the history
closes official-stockfish/Stockfish#5678

No functional change
  • Loading branch information
Disservin committed Nov 13, 2024
1 parent ce2d9e2 commit 49138b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 49138b8

Please sign in to comment.