mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 09:43:08 +01:00
Update CI.yml
This commit is contained in:
parent
5ebca7a176
commit
ee48ff08eb
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -85,6 +85,10 @@ jobs:
|
||||
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.os }}" == "ubuntu" ] && [ "${{ matrix.build }}" == "snmptraps" ]; then
|
||||
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64"
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.os }}" == "centos" ]; then
|
||||
#DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
|
||||
DOCKER_PLATFORM="linux/amd64"
|
||||
@ -192,7 +196,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