From af245467239c8cb4dd158914d3e095da860ef094 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 8 Sep 2020 00:49:43 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b2f241863..1dd772b14 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -89,8 +89,7 @@ jobs: fi if [ "${{ matrix.os }}" == "centos" ]; then - #DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le" - DOCKER_PLATFORM="linux/amd64" + DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le" fi if [ "${{ matrix.build }}" == "java-gateway" ]; then @@ -195,7 +194,7 @@ jobs: fi docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \ - --output "type=image,push=false" \ + --output "type=image,push=true" \ ${BUILDX_ARGS} - name: Inspect images