multi-arch-build (#2571)

### What problem does this PR solve?

Build multi-arch docker image `infiniflow/ragflow:poetry` on
`linux/amd64` and `linux/arm64`.

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2024-09-25 10:37:20 +08:00
committed by GitHub
parent 08d5637770
commit e3b3ec3f79
6 changed files with 228 additions and 516 deletions

View File

@ -30,7 +30,8 @@ services:
restart: always
mysql:
image: mysql:5.7.18
# mysql:5.7 linux/arm64 image is unavailable.
image: mysql:8.0.39
container_name: ragflow-mysql
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}