mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 00:03:42 +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"}
|
||||
fi
|
||||
|
||||
if [ "${{ matrix.build }}" == "web-service" ]; then
|
||||
DOCKER_PLATFORM=${DOCKER_PLATFORM%",linux/ppc64le"}
|
||||
fi
|
||||
|
||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||
|
||||
- name: Prepare environment (push)
|
||||
|
Loading…
Reference in New Issue
Block a user