Browse Source

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>
tags/v0.20.0
Charles Copley 3 months ago
parent
commit
905dab22a6
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker/docker-compose-macos.yml

+ 1
- 0
docker/docker-compose-macos.yml View File



services: services:
ragflow: ragflow:
platform: linux/amd64
depends_on: depends_on:
mysql: mysql:
condition: service_healthy condition: service_healthy

Loading…
Cancel
Save