mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
Update main-image-workflow.yml
This commit is contained in:
parent
0da30b9481
commit
ce1cdea3de
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main-image-workflow.yml
vendored
4
.github/workflows/main-image-workflow.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV
|
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
|
- name: Set up Docker
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue