mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 01:04:01 +01:00
Removed CentOS and added Oracle Linux
This commit is contained in:
commit
ad4a798433
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
@ -79,14 +79,18 @@ jobs:
|
||||
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.os }}" == "centos" ]; then
|
||||
DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.build }}" == "java-gateway" ]; then
|
||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.build }}" == "web-service" ]; then
|
||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.os }}" == "ol" ]; then
|
||||
DOCKER_PLATFORM="linux/amd64,linux/arm64"
|
||||
fi
|
||||
|
||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||
|
||||
- name: Prepare environment (push)
|
||||
|
Loading…
Reference in New Issue
Block a user