mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-18 10:50:51 +01:00
Merge branch 'master' into trunk
This commit is contained in:
commit
dadf0fbb01
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -95,6 +95,10 @@ jobs:
|
|||||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${{ matrix.build }}" == "web-service" ]; then
|
||||||
|
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||||
|
fi
|
||||||
|
|
||||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||||
|
|
||||||
- name: Prepare environment (push)
|
- name: Prepare environment (push)
|
||||||
|
Loading…
Reference in New Issue
Block a user