mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
chore(ci): increase task timeout
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
138cd97ce7
commit
6477913e8f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
## This builds the docker image for L4T with the arm64 architecture
|
## This builds the docker image for L4T with the arm64 architecture
|
||||||
docker_builder:
|
docker_builder:
|
||||||
only_if: $CIRRUS_TAG != '' || $CIRRUS_BRANCH != ''
|
only_if: $CIRRUS_TAG != '' || $CIRRUS_BRANCH != ''
|
||||||
|
timeout_in: 120m
|
||||||
env:
|
env:
|
||||||
CIRRUS_ARCH: arm64
|
CIRRUS_ARCH: arm64
|
||||||
IMAGE_NAME: localai/localai
|
IMAGE_NAME: localai/localai
|
||||||
|
@ -21,4 +22,4 @@ docker_builder:
|
||||||
docker push $IMAGE_NAME:latest-nvidia-l4t-arm64-core
|
docker push $IMAGE_NAME:latest-nvidia-l4t-arm64-core
|
||||||
else
|
else
|
||||||
docker push $IMAGE_NAME:$CIRRUS_BRANCH-nvidia-l4t-arm64-core
|
docker push $IMAGE_NAME:$CIRRUS_BRANCH-nvidia-l4t-arm64-core
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue