From e2f6793ee42c593bdaca5203894a41b2c5234db4 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 21 May 2024 18:14:26 +0900 Subject: [PATCH] Updated build process for Zabbix agent (windows) --- .github/workflows/images_build_windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 21b3f0657..8075499b4 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -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" ]