Skip to content

Fix build and test image job by correcting external checkout target in ISO workflow - #1

Draft
Kokonico with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-build-and-test-image
Draft

Fix build and test image job by correcting external checkout target in ISO workflow#1
Kokonico with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-build-and-test-image

Conversation

Copilot AI commented Aug 10, 2026

Copy link
Copy Markdown

The build and test image job was failing in Actions due to an invalid/mis-scoped checkout target in the ISO pipeline. This change updates the workflow to checkout the correct repository source so the image build stage can run end-to-end instead of failing during setup.

  • Root cause

    • The ISO workflow attempted to checkout radix-gnu-linux/radix in the build job, which caused setup failure in the failing run (93615082902).
  • Workflow fix

    • Updated the checkout step in .github/workflows/build-iso.yml to use the correct repository reference for this pipeline context.
    • Kept the existing checkout path/layout intact to avoid downstream script changes.
  • Why this is minimal

    • No build logic or image scripts were modified; only the repository source for the checkout step was corrected.
- uses: actions/checkout@v4
  with:
-   repository: radix-gnu-linux/radix
+   repository: radix-gnu-linux/radix-linux
    path: radix
    persist-credentials: false

Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'build and test image' Fix build and test image job by correcting external checkout target in ISO workflow Aug 10, 2026
Copilot AI requested a review from Kokonico August 10, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants