feature: 构建双架构镜像 (#101)

feature: 构建双架构镜像
This commit is contained in:
hhhhsc701
2025-11-24 11:34:53 +08:00
committed by GitHub
parent 9858388084
commit a53f6776b8
9 changed files with 198 additions and 20 deletions

View File

@@ -119,7 +119,7 @@ runtime-docker-build:
.PHONY: backend-python-docker-build
backend-python-docker-build:
docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/datamate-python/Dockerfile
docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/backend-python/Dockerfile
.PHONY: deer-flow-docker-build
deer-flow-docker-build: