Merge branch 'trunk' of https://github.com/zabbix/zabbix-docker into trunk

This commit is contained in:
Alexey Pustovalov 2020-09-07 19:41:01 -04:00
commit 21b6355e87

View File

@ -89,8 +89,7 @@ jobs:
fi fi
if [ "${{ matrix.os }}" == "centos" ]; then if [ "${{ matrix.os }}" == "centos" ]; then
#DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le" DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
DOCKER_PLATFORM="linux/amd64"
fi fi
if [ "${{ matrix.build }}" == "java-gateway" ]; then if [ "${{ matrix.build }}" == "java-gateway" ]; then
@ -195,7 +194,7 @@ jobs:
fi fi
docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \ docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \
--output "type=image,push=false" \ --output "type=image,push=true" \
${BUILDX_ARGS} ${BUILDX_ARGS}
- name: Inspect images - name: Inspect images