feature: df构建双架构镜像 (#102)

This commit is contained in:
hhhhsc701
2025-11-24 11:52:08 +08:00
committed by GitHub
parent a53f6776b8
commit 497a5688e9

View File

@@ -144,6 +144,7 @@ jobs:
- name: Manifest Docker Image
run: |
LOWERCASE_REPO=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
docker manifest create ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }} \
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.AMD_TAGS }} \
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.ARM_TAGS }}