mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 21:23:10 +00:00
Workaround Earthly issue
This commit is contained in:
parent
2ce1d51ad5
commit
e764c3225c
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…
Reference in New Issue
Block a user