From de9a3e14286d38b9a327e40c8c9c52de92a7924d Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Thu, 5 Jun 2025 03:44:35 +0000 Subject: [PATCH] ci: fix missing environment in build-server-native (#12712) ## Summary by CodeRabbit - **Chores** - Updated workflow configuration to set the environment for the build process based on input parameters. --- .github/workflows/build-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index fed00af18..7371945a3 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -113,6 +113,7 @@ jobs: build-server-native: name: Build Server native - ${{ matrix.targets.name }} runs-on: ubuntu-latest + environment: ${{ github.event.inputs.flavor }} strategy: fail-fast: false matrix: