mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
Drop armv7 builds
This commit is contained in:
parent
8273cd5c04
commit
a896a2b5ad
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
- name: Build PRs
|
- name: Build PRs
|
||||||
|
Loading…
Reference in New Issue
Block a user