Fix OpenTelemetry sidecar image build (#8286)
* fix wrong checksum for nginx image * fix wrong platform. Arm64 has grpc, when arm doesn't
This commit is contained in:
parent
49761416e1
commit
7b96999eb9
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ IMAGE = $(REGISTRY)/opentelemetry
|
|||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
||||
# build with buildx
|
||||
PLATFORMS?=linux/amd64,linux/arm
|
||||
PLATFORMS?=linux/amd64,linux/arm64
|
||||
OUTPUT=
|
||||
PROGRESS=plain
|
||||
build: ensure-buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue