We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56a60b commit dab58b9Copy full SHA for dab58b9
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
push: true
88
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
89
file: Dockerfile
90
- platforms: linux/amd64 linux/arm64
+ platforms: linux/amd64,linux/arm64
91
92
# https://github.com/marketplace/actions/build-and-push-docker-images
93
- name: Build and push slim image
@@ -98,7 +98,7 @@ jobs:
98
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
99
100
build-args: LIGHTEN=1
101
102
103
- name: Build ragflow-sdk
104
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments