From b4f4ef16b2d79e40a3dd80bdc2ccc1b126798279 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 15 Dec 2023 10:18:21 +0700 Subject: [PATCH] Addds ppc64le architecture Alpine has repackaged things to support it now. Fixes #69 cc @NishikantThorat Signed-off-by: Adrian Cole --- build-bin/deploy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-bin/deploy b/build-bin/deploy index ee60591..2dcb143 100755 --- a/build-bin/deploy +++ b/build-bin/deploy @@ -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}