mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
adding platform: linux/amd64 to the mac build (#9059)
### What problem does this PR solve? Mac OS build fails on M4. Docker compose requires platform to be specified to build correctly ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: Charles Copley <ccopley@ancera.com>
This commit is contained in:
@ -3,6 +3,7 @@ include:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ragflow:
|
ragflow:
|
||||||
|
platform: linux/amd64
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user