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:
Charles Copley
2025-07-27 22:17:37 -04:00
committed by GitHub
parent 86b4da0844
commit 905dab22a6

View File

@ -3,6 +3,7 @@ include:
services:
ragflow:
platform: linux/amd64
depends_on:
mysql:
condition: service_healthy