Skip to content

Commit 8f13406

Browse files
kemotahaclaude
authored andcommitted
TEST ONLY: point kernel-container-build at extract-kernel-tarball
DO NOT MERGE — revert before opening for review. This commit points the workflow at the kernel-container-build feature branch so workflow_dispatch can exercise the new tarball extraction step end-to-end before kernel-container-build#32 lands on main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 70b3022 commit 8f13406

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/kernel-build-and-test-multiarch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
285285
with:
286286
repository: ctrliq/kernel-container-build
287-
ref: main
287+
ref: extract-kernel-tarball
288288
path: kernel-container-build
289289
token: ${{ steps.generate_token.outputs.token }}
290290

@@ -413,7 +413,7 @@ jobs:
413413
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
414414
with:
415415
repository: ctrliq/kernel-container-build
416-
ref: main
416+
ref: extract-kernel-tarball
417417
path: kernel-container-build
418418
token: ${{ steps.generate_token.outputs.token }}
419419

@@ -495,7 +495,7 @@ jobs:
495495
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
496496
with:
497497
repository: ctrliq/kernel-container-build
498-
ref: main
498+
ref: extract-kernel-tarball
499499
path: kernel-container-build
500500
token: ${{ steps.generate_token.outputs.token }}
501501

@@ -565,7 +565,7 @@ jobs:
565565
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
566566
with:
567567
repository: ctrliq/kernel-container-build
568-
ref: main
568+
ref: extract-kernel-tarball
569569
path: kernel-container-build
570570
token: ${{ steps.generate_token.outputs.token }}
571571

@@ -663,7 +663,7 @@ jobs:
663663
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
664664
with:
665665
repository: ctrliq/kernel-container-build
666-
ref: main
666+
ref: extract-kernel-tarball
667667
path: kernel-container-build
668668
token: ${{ steps.generate_token.outputs.token }}
669669

0 commit comments

Comments
 (0)