mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix CI Docker Buildx
closes https://github.com/official-stockfish/Stockfish/pull/5678 No functional change
This commit is contained in:
parent
ce2d9e27ea
commit
49138b8c33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
||||||
- name: Build Docker container
|
- name: Build Docker container
|
||||||
if: matrix.config.base_image
|
if: matrix.config.base_image
|
||||||
run: |
|
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 }}
|
FROM ${{ matrix.config.base_image }}
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk update && apk add make g++
|
RUN apk update && apk add make g++
|
||||||
|
|
Loading…
Add table
Reference in a new issue