mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-27 12:33:16 +00:00
fix(docker): Fix build arm image bug
This commit is contained in:
@@ -43,6 +43,7 @@ jobs:
|
||||
build-args: |
|
||||
BASE_IMAGE=ubuntu:22.04
|
||||
EXTRAS=base,proxy_openai,rag,graph_rag,storage_chromadb,dbgpts,proxy_ollama,proxy_zhipuai,proxy_anthropic,proxy_qianfan,proxy_tongyi
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
PIP_INDEX_URL=https://pypi.org/simple
|
||||
platforms: linux/arm64,linux/amd64
|
||||
push: true
|
||||
tags: eosphorosai/dbgpt-openai:${{ github.ref_name }},eosphorosai/dbgpt-openai:latest
|
Reference in New Issue
Block a user