mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-02 16:16:04 +02:00
Update CI.yml
This commit is contained in:
parent
3337cbdf9f
commit
8ea9e1a724
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Prepare platform list
|
- name: Prepare platform list
|
||||||
id: platform
|
id: platform
|
||||||
run: |
|
run: |
|
||||||
DOCKER_PLATFORM="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le"
|
DOCKER_PLATFORM="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le"
|
||||||
|
|
||||||
if [ "${{ matrix.os }}" == "ubuntu" ]; then
|
if [ "${{ matrix.os }}" == "ubuntu" ]; then
|
||||||
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le"
|
DOCKER_PLATFORM="linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||||
@ -179,4 +179,4 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Image digest
|
name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user