Merge pull request #1393 from zabbix/trunk_windows

Updated build process for Zabbix agent (windows)
This commit is contained in:
Alexey Pustovalov
2024-05-21 18:15:01 +09:00
committed by GitHub

View File

@ -140,6 +140,10 @@ jobs:
echo "current_branch=$github_ref" >> $GITHUB_OUTPUT
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
build_base:
uses: ./.github/workflows/base_images_build_windows.yml
if: ${{ github.event_name == 'release' }}
build_components:
name: Build ${{ matrix.component }} sources on ${{ matrix.os }}
needs: [ "init_build" ]