mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 03:09:43 +00:00
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:
committed by
Brad Davidson
parent
3804a0f2b9
commit
c150e0933e
6
.github/workflows/integration.yaml
vendored
6
.github/workflows/integration.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user