Skip to content

Commit 9947d35

Browse files
authored
Use arm runner on arm kernel builds (tinkerbell#12)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents a65cf2f + 7cf9049 commit 9947d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mainline_runner: '{"group":"Default","labels":["oracle-vm-16cpu-64gb-x86-64"]}'
2727
- arch: arm64
2828
fork_runner: ubuntu-24.04-arm
29-
mainline_runner: '{"group":"Default","labels":["oracle-vm-16cpu-64gb-x86-64"]}'
29+
mainline_runner: '{"group":"Default","labels":["oracle-vm-16cpu-64gb-arm64"]}'
3030
env:
3131
ARCH: ${{ matrix.arch }}
3232
KERNEL_MODE: docker

0 commit comments

Comments
 (0)