Skip to content

Commit

Permalink
docker: adds ppc64le architecture to zipkin and zipkin-slim images (#…
Browse files Browse the repository at this point in the history
…3653)

Similar to s390x, we are adding ppc64le architecture for our zipkin and
zipkin-slim images. This is for the KNative project, and both
architectures are best efforts because we don't have a way to test them
at the moment.

Fixes #3443

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Dec 15, 2023
1 parent c40a50b commit aed6d92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-bin/docker_push
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ case ${version} in
;;
esac

# Don't attempt ppc64le until there's a package for recent LTS versions.
# See https://github.com/openzipkin/zipkin/issues/3443
export DOCKER_ARCHS="amd64 arm64 s390x"

build-bin/docker/docker_push openzipkin/zipkin ${version}
DOCKER_TARGET=zipkin-slim build-bin/docker/docker_push openzipkin/zipkin-slim ${version}

Expand Down

0 comments on commit aed6d92

Please sign in to comment.