mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-29 19:23:09 +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"
|
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${{ matrix.os }}" == "ubuntu" ] && [ "${{ matrix.build }}" == "snmptraps" ]; then
|
||||||
|
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64"
|
||||||
|
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"
|
DOCKER_PLATFORM="linux/amd64"
|
||||||
@ -192,7 +196,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
|
||||||
|
Loading…
Reference in New Issue
Block a user