mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 08:09:04 +01:00
Added profiles for compose files: default, full, all
This commit is contained in:
commit
b3a50fe081
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -74,7 +74,11 @@ 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.build }}" == "agent2" ]; then
|
||||||
|
DOCKER_PLATFORM="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le"
|
||||||
|
fi
|
||||||
|
|
||||||
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 +183,4 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Image digest
|
name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
Loading…
Reference in New Issue
Block a user