From 30f833b8c376a021bb18c6da19d054a73f8f6c23 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 28 Apr 2021 02:01:30 +0500 Subject: [PATCH] Added Zabbix web service image (centos, ubuntu) --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b62a669a1..e09c34500 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -95,6 +95,10 @@ jobs: DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"} fi + if [ "${{ matrix.build }}" == "web-service" ]; then + DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"} + fi + echo ::set-output name=list::${DOCKER_PLATFORM} - name: Prepare environment (push)