zhichyu commited on
Commit
2d74af9
·
1 Parent(s): 7f88eda

Fix release.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +2 -2
.github/workflows/release.yml CHANGED
@@ -87,7 +87,7 @@ jobs:
87
  push: true
88
  tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
89
  file: Dockerfile
90
- 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
  file: Dockerfile
100
  build-args: LIGHTEN=1
101
- platforms: linux/amd64 linux/arm64
102
 
103
  - name: Build ragflow-sdk
104
  if: startsWith(github.ref, 'refs/tags/v')
 
87
  push: true
88
  tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
89
  file: Dockerfile
90
+ 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
  tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
99
  file: Dockerfile
100
  build-args: LIGHTEN=1
101
+ platforms: linux/amd64,linux/arm64
102
 
103
  - name: Build ragflow-sdk
104
  if: startsWith(github.ref, 'refs/tags/v')