Merge pull request #1395 from zabbix/trunk_windows

Updated build process for Zabbix agent (windows)
This commit is contained in:
Alexey Pustovalov 2024-05-21 18:18:58 +09:00 committed by GitHub
commit 4762f84020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,9 @@ jobs:
build_base:
uses: ./.github/workflows/base_images_build_windows.yml
if: ${{ github.event_name == 'release' }}
permissions:
contents: read
id-token: write
build_components:
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}