Merge branch 'master' into trunk

This commit is contained in:
Alexey Pustovalov 2021-04-28 02:01:56 +05:00
commit dadf0fbb01

View File

@ -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)