mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
Multi-platform Earthly build must be in a target
This commit is contained in:
parent
896da59b87
commit
291a8a6d2e
2 changed files with 5 additions and 2 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -54,4 +54,4 @@ jobs:
|
|||
version: v0.7.0
|
||||
- name: Build
|
||||
run: |
|
||||
earthly --platform=linux/amd64 --platform=linux/arm64 --push +image --IMAGE=${{ steps.prep.outputs.image }}
|
||||
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}
|
||||
|
|
|
@ -38,3 +38,6 @@ image:
|
|||
ENV MODEL_PATH=/model.bin
|
||||
ENTRYPOINT /llama-cli
|
||||
SAVE IMAGE --push $IMAGE
|
||||
|
||||
image-all:
|
||||
BUILD --platform=linux/amd64 --platform=linux/arm64 +image
|
Loading…
Add table
Add a link
Reference in a new issue