mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 01:47:43 +02:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
445ec3286a
commit
7dfb676296
3
.github/workflows/images_build_windows.yml
vendored
3
.github/workflows/images_build_windows.yml
vendored
@ -143,6 +143,9 @@ jobs:
|
|||||||
build_base:
|
build_base:
|
||||||
uses: ./.github/workflows/base_images_build_windows.yml
|
uses: ./.github/workflows/base_images_build_windows.yml
|
||||||
if: ${{ github.event_name == 'release' }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
build_components:
|
build_components:
|
||||||
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}
|
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user