mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-13 21:52:22 +00:00
remove QEMU step
This commit is contained in:
parent
c4f75feb08
commit
469dd9ec18
2 changed files with 0 additions and 9 deletions
.github/workflows
|
@ -32,9 +32,6 @@ jobs:
|
|||
fi
|
||||
id: dockerhub
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
6
.github/workflows/build-and-push-image.yaml
vendored
6
.github/workflows/build-and-push-image.yaml
vendored
|
@ -1,9 +1,6 @@
|
|||
# This Github action is for publishing of the primary image for AnythingLLM
|
||||
# It will publish a linux/amd64 and linux/arm64 image at the same time
|
||||
# This file should ONLY BY USED FOR `master` BRANCH.
|
||||
# TODO: Update `runs-on` for arm64 when GitHub finally supports
|
||||
# native arm environments as QEMU takes around 1 hour to build
|
||||
# ref: https://github.com/actions/runner-images/issues/5631 :(
|
||||
name: Publish AnythingLLM Primary Docker image (amd64/arm64)
|
||||
|
||||
concurrency:
|
||||
|
@ -49,9 +46,6 @@ jobs:
|
|||
fi
|
||||
id: dockerhub
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue