Skip to content

Commit 11fcc94

Browse files
Run linuxkit builds on the self hosted runners:
This is because the previous step created the local container image that is needed. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 7f0ef51 commit 11fcc94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ env: # Global environment, passed to all jobs & all steps
2626

2727
# GHA runner configuration. See bash/json-matrix.sh for more details.
2828
CI_RUNNER_LK_CONTAINERS_ARM64: "ARM64" # Use a self-hosted runner with the "ARM64" tag for the ARM64 builds of LK containers
29+
CI_RUNNER_LK_ARM64: "ARM64" # Use a self-hosted runner with the "ARM64" tag for the ARM64 linuxkit builds
30+
CI_RUNNER_LK_AMD64: "X64" # Use a self-hosted runner with the "X86" tag for the AMD64 linuxkit builds
2931
CI_RUNNER_KERNEL_AMD64: "X64" # Use a self-hosted runner with the "X86" tag for the AMD64 kernel builds
3032
CI_RUNNER_KERNEL_ARM64: "ARM64" # Use a self-hosted runner with the "ARM64" tag for the ARM64 kernel builds
3133

0 commit comments

Comments
 (0)