瀏覽代碼

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 月之前
父節點
當前提交
905dab22a6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      docker/docker-compose-macos.yml

+ 1
- 0
docker/docker-compose-macos.yml 查看文件

@@ -3,6 +3,7 @@ include:

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

Loading…
取消
儲存