Bump grpc and reintroduce OTEL compilation (#11021)
* Bump grpc and reintroduce OTEL compilation * Enable s390x again
This commit is contained in:
parent
e78af97ecd
commit
391a304b10
5 changed files with 38 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ IMAGE = $(REGISTRY)/nginx-1.25
|
|||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
||||
# build with buildx
|
||||
PLATFORMS?=linux/amd64,linux/arm,linux/arm64
|
||||
PLATFORMS?=linux/amd64,linux/arm,linux/arm64,linux/s390x
|
||||
OUTPUT=
|
||||
PROGRESS=plain
|
||||
build: ensure-buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue