Skip to content

Commit 214d789

Browse files
committed
Ensure build os is passed to functional and conformance tests
1 parent a418b6f commit 214d789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ jobs:
289289
with:
290290
image: ${{ matrix.image }}
291291
k8s-version: ${{ matrix.k8s-version }}
292+
build_os: ${{ matrix.build_os }}
292293
secrets: inherit
293294
permissions:
294295
contents: read
@@ -312,6 +313,7 @@ jobs:
312313
image: ${{ matrix.image }}
313314
k8s-version: ${{ matrix.k8s-version }}
314315
enable-experimental: ${{ matrix.enable-experimental }}
316+
build_os: ${{ matrix.build_os }}
315317
production-release: ${{ inputs.is_production_release == true && (inputs.dry_run == false || inputs.dry_run == null) }}
316318
release_version: ${{ inputs.release_version }}
317319
secrets: inherit

0 commit comments

Comments
 (0)