mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-16 12:53:19 +01:00
Merge branch 'trunk' of https://github.com/zabbix/zabbix-docker into trunk
This commit is contained in:
commit
21b6355e87
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user