mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 01:47:43 +02:00
Removed CentOS and added Oracle Linux
This commit is contained in:
parent
8d6e473b9c
commit
71a1311be5
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -84,10 +84,6 @@ 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 }}" == "centos" ]; then
|
|
||||||
DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${{ matrix.build }}" == "java-gateway" ]; then
|
if [ "${{ matrix.build }}" == "java-gateway" ]; then
|
||||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
fi
|
fi
|
||||||
@ -95,6 +91,10 @@ jobs:
|
|||||||
if [ "${{ matrix.build }}" == "web-service" ]; then
|
if [ "${{ matrix.build }}" == "web-service" ]; then
|
||||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${{ matrix.os }}" == "ol" ]; then
|
||||||
|
DOCKER_PLATFORM="linux/amd64,linux/arm64"
|
||||||
|
fi
|
||||||
|
|
||||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user