File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ env: # Global environment, passed to all jobs & all steps
25
25
CI_TAGS : " standard armbian-sbc armbian-uefi lts" # 'dev' is not included
26
26
27
27
# GHA runner configuration. See bash/json-matrix.sh for more details.
28
- 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_CONTAINERS_AMD64 : " X64 " # Use a self-hosted runner with the "X86" tag for the AMD64 builds of LK containers
30
- CI_RUNNER_LK_ARM64 : " ARM64 " # Use a self-hosted runner with the "ARM64" tag for the ARM64 linuxkit builds
31
- CI_RUNNER_LK_AMD64 : " X64 " # Use a self-hosted runner with the "X86" tag for the AMD64 linuxkit builds
32
- CI_RUNNER_KERNEL_AMD64 : " X64 " # Use a self-hosted runner with the "X86" tag for the AMD64 kernel builds
33
- CI_RUNNER_KERNEL_ARM64 : " ARM64 " # Use a self-hosted runner with the "ARM64" tag for the ARM64 kernel builds
28
+ CI_RUNNER_LK_CONTAINERS_ARM64 : " oracle-24cpu-384gb-arm64 " # Use a self-hosted runner with the "ARM64" tag for the ARM64 builds of LK containers
29
+ CI_RUNNER_LK_CONTAINERS_AMD64 : " oracle-24cpu-384gb-x86-64 " # Use a self-hosted runner with the "X86" tag for the AMD64 builds of LK containers
30
+ CI_RUNNER_LK_ARM64 : " oracle-24cpu-384gb-arm64 " # Use a self-hosted runner with the "ARM64" tag for the ARM64 linuxkit builds
31
+ CI_RUNNER_LK_AMD64 : " oracle-24cpu-384gb-x86-64 " # Use a self-hosted runner with the "X86" tag for the AMD64 linuxkit builds
32
+ CI_RUNNER_KERNEL_AMD64 : " oracle-24cpu-384gb-x86-64 " # Use a self-hosted runner with the "X86" tag for the AMD64 kernel builds
33
+ CI_RUNNER_KERNEL_ARM64 : " oracle-24cpu-384gb-arm64 " # Use a self-hosted runner with the "ARM64" tag for the ARM64 kernel builds
34
34
35
35
36
36
jobs :
You can’t perform that action at this time.
0 commit comments