mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-13 21:52:22 +00:00
temp disable ARM builds
This commit is contained in:
parent
6f1d15165c
commit
113d7f1f99
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-push-image.yaml
vendored
3
.github/workflows/build-and-push-image.yaml
vendored
|
@ -90,7 +90,8 @@ jobs:
|
|||
push: true
|
||||
sbom: true
|
||||
provenance: mode=max
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
|
Loading…
Add table
Reference in a new issue