update error and otel to have all the arch we support (#10476)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
8bd33d29e7
commit
223c70bd09
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ IMAGE = $(REGISTRY)/nginx-errors
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
|
|
||||||
# build with buildx
|
# build with buildx
|
||||||
PLATFORMS?=linux/amd64
|
PLATFORMS?=linux/amd64,linux/arm,linux/arm64,linux/s390x
|
||||||
OUTPUT=
|
OUTPUT=
|
||||||
PROGRESS=plain
|
PROGRESS=plain
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ IMAGE = $(REGISTRY)/opentelemetry
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
|
|
||||||
# build with buildx
|
# build with buildx
|
||||||
PLATFORMS?=linux/amd64,linux/arm64
|
PLATFORMS?=linux/amd64,linux/arm,linux/arm64,linux/s390x
|
||||||
OUTPUT=
|
OUTPUT=
|
||||||
PROGRESS=plain
|
PROGRESS=plain
|
||||||
build: ensure-buildx
|
build: ensure-buildx
|
||||||
|
|
Loading…
Reference in a new issue