Consolidate build-k3s GHA workflow for OS and ARCH (#12080)

Signed-off-by: Derek Nola <derek.nola@suse.com>
(cherry picked from commit 7c552f89c8)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Derek Nola
2025-04-08 18:32:05 -04:00
committed by Brad Davidson
parent 3804a0f2b9
commit c150e0933e
2 changed files with 35 additions and 41 deletions

View File

@@ -30,6 +30,12 @@ env:
jobs:
build:
uses: ./.github/workflows/build-k3s.yaml
with:
os: linux
build-windows:
uses: ./.github/workflows/build-k3s.yaml
with:
os: windows
itest:
needs: build
name: Integration Tests