From dab58b93111c78fc68bc53089e571995ffdd71ad Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Fri, 6 Dec 2024 14:41:43 +0800 Subject: [PATCH] Fix release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84e84cd1d..79612e005 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: push: true tags: infiniflow/ragflow:${{ env.RELEASE_TAG }} file: Dockerfile - platforms: linux/amd64 linux/arm64 + platforms: linux/amd64,linux/arm64 # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and push slim image @@ -98,7 +98,7 @@ jobs: tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim file: Dockerfile build-args: LIGHTEN=1 - platforms: linux/amd64 linux/arm64 + platforms: linux/amd64,linux/arm64 - name: Build ragflow-sdk if: startsWith(github.ref, 'refs/tags/v')