mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 14:14:59 +00:00
chore(grpcio): bump to 1.70
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
099469cb05
commit
293762e5a3
3 changed files with 4 additions and 4 deletions
4
.github/workflows/image_build.yml
vendored
4
.github/workflows/image_build.yml
vendored
|
@ -236,7 +236,7 @@ jobs:
|
|||
BASE_IMAGE=${{ inputs.base-image }}
|
||||
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
|
||||
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
|
||||
GRPC_VERSION=v1.65.0
|
||||
GRPC_VERSION=v1.70.0
|
||||
MAKEFLAGS=${{ inputs.makeflags }}
|
||||
SKIP_DRIVERS=${{ inputs.skip-drivers }}
|
||||
context: .
|
||||
|
@ -265,7 +265,7 @@ jobs:
|
|||
BASE_IMAGE=${{ inputs.base-image }}
|
||||
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
|
||||
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
|
||||
GRPC_VERSION=v1.65.0
|
||||
GRPC_VERSION=v1.70.0
|
||||
MAKEFLAGS=${{ inputs.makeflags }}
|
||||
SKIP_DRIVERS=${{ inputs.skip-drivers }}
|
||||
context: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue