Skip to content

Commit

Permalink
Addds ppc64le architecture (#83)
Browse files Browse the repository at this point in the history
Alpine has repackaged things to support it now.

Fixes #69 cc @NishikantThorat

Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Dec 15, 2023
1 parent d83884f commit e772546
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ fi
export DOCKER_RELEASE_REPOS=ghcr.io
export DOCKER_FILE=Dockerfile

# 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"

# Don't make latest tag
DOCKER_TARGET=jdk DOCKER_TAGS=${version} build-bin/docker/docker_push openzipkin/java ${version}
DOCKER_TARGET=jre DOCKER_TAGS=${version}-jre build-bin/docker/docker_push openzipkin/java ${version}

0 comments on commit e772546

Please sign in to comment.