mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-02 16:16:04 +02:00
Updated build script
This commit is contained in:
parent
f6714f00d9
commit
576c31306f
8
.github/workflows/images_build_windows.yml
vendored
8
.github/workflows/images_build_windows.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
name: Build ${{ matrix.component }} base on ${{ matrix.os }}
|
name: Build ${{ matrix.component }} base on ${{ matrix.os }}
|
||||||
needs: init_build
|
needs: init_build
|
||||||
env:
|
env:
|
||||||
BASE_BUILD_ARTIFACT_FILE=${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
BASE_BUILD_ARTIFACT_FILE: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -150,8 +150,8 @@ jobs:
|
|||||||
needs: [ "build_base", "init_build"]
|
needs: [ "build_base", "init_build"]
|
||||||
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}
|
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
BASE_BUILD_ARTIFACT_FILE=${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
BASE_BUILD_ARTIFACT_FILE: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
||||||
COMPONENT_BASE_BUILD_ARTIFACT_FILE=${{ env.COMPONENT_BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
COMPONENT_BASE_BUILD_ARTIFACT_FILE: ${{ env.COMPONENT_BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -237,7 +237,7 @@ jobs:
|
|||||||
needs: [ "build_components", "init_build"]
|
needs: [ "build_components", "init_build"]
|
||||||
name: Build ${{ matrix.component }} on ${{ matrix.os }}
|
name: Build ${{ matrix.component }} on ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
COMPONENT_BASE_BUILD_ARTIFACT_FILE=${{ env.COMPONENT_BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
COMPONENT_BASE_BUILD_ARTIFACT_FILE: ${{ env.COMPONENT_BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.component }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user