diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79612e005..55223397c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ concurrency: jobs: release: - runs-on: [ "ubuntu-latest" ] + runs-on: [ "self-hosted", "overseas" ] steps: - name: Ensure workspace ownership run: echo "chown -R $USER $GITHUB_WORKSPACE" && sudo chown -R $USER $GITHUB_WORKSPACE @@ -87,7 +87,7 @@ jobs: push: true tags: infiniflow/ragflow:${{ env.RELEASE_TAG }} file: Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 # 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 - name: Build ragflow-sdk if: startsWith(github.ref, 'refs/tags/v')