mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 22:44:59 +00:00
Workaround Earthly issue
This commit is contained in:
parent
2ce1d51ad5
commit
e764c3225c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -54,4 +54,6 @@ jobs:
|
||||||
version: v0.7.0
|
version: v0.7.0
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
# https://github.com/earthly/earthly/issues/1565
|
||||||
|
earthly config 'global.conversion_parallelism' 0
|
||||||
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}
|
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue