mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 12:20:14 +01:00
Update main-image-workflow.yml
This commit is contained in:
parent
ce1cdea3de
commit
d1eb7fcfc7
1 changed files with 2 additions and 6 deletions
8
.github/workflows/main-image-workflow.yml
vendored
8
.github/workflows/main-image-workflow.yml
vendored
|
|
@ -17,10 +17,6 @@ jobs:
|
|||
git fetch --tags
|
||||
echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV
|
||||
|
||||
# Ensure emulation for different architectures is set up
|
||||
- name: Set up binfmt for multi-platform build
|
||||
run: docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
@ -47,7 +43,7 @@ jobs:
|
|||
type=semver,pattern={{major}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
# Build and push librechat
|
||||
# Build and push librechat with only linux/amd64 platform
|
||||
- name: Build and push librechat
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
@ -55,5 +51,5 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta-librechat.outputs.tags }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
target: node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue