mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Merge pull request #1393 from zabbix/trunk_windows
Updated build process for Zabbix agent (windows)
This commit is contained in:
commit
873a4e3569
4
.github/workflows/images_build_windows.yml
vendored
4
.github/workflows/images_build_windows.yml
vendored
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user