Skip to content

Commit dab58b9

Browse files
committed
Fix release.yml
1 parent e56a60b commit dab58b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
push: true
8888
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
8989
file: Dockerfile
90-
platforms: linux/amd64 linux/arm64
90+
platforms: linux/amd64,linux/arm64
9191

9292
# https://github.com/marketplace/actions/build-and-push-docker-images
9393
- name: Build and push slim image
@@ -98,7 +98,7 @@ jobs:
9898
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
9999
file: Dockerfile
100100
build-args: LIGHTEN=1
101-
platforms: linux/amd64 linux/arm64
101+
platforms: linux/amd64,linux/arm64
102102

103103
- name: Build ragflow-sdk
104104
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)