Skip to content

Conversation

Copy link

Copilot AI commented Dec 23, 2025

Adds uncompressed kernel Image files to releases in addition to ZIP archives, for both vanilla and KSU builds.

Changes

  • build.sh: Copy Image to build/ with build-type-specific naming (DMXQ-KERNEL-Image for KSU, DMXQ-KERNEL-Image-Vanilla for vanilla) before moving to AnyKernel3
  • Workflow release bodies: Document new Image files in release notes
  • Cleanup: Removed redundant build_vanilla.sh files (root and .github/workflows/) since the main build.sh now handles both build types

Release artifacts

build/
├── DMXQ-KERNEL.ZIP              # KSU (AnyKernel3)
├── DMXQ-KERNEL-Vanilla.ZIP      # Vanilla (AnyKernel3)
├── DMXQ-KERNEL-Image            # KSU (raw)
└── DMXQ-KERNEL-Image-Vanilla    # Vanilla (raw)
Original prompt

not only release the zip but also the uncompressed Image (both vanilla and ksu, name them properly ofc)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@FSaurenbach FSaurenbach marked this pull request as ready for review December 23, 2025 17:12
- Modified build.sh to copy the uncompressed Image to the build/
  directory with proper naming (DMXQ-KERNEL-Image for KSU,
  DMXQ-KERNEL-Image-Vanilla for vanilla)
- Modified build_vanilla.sh to copy the uncompressed Image to the
  build/ directory as DMXQ-KERNEL-Image-Vanilla
- Updated release body in build_kernel.yml to document the new Image
  files
- Updated release body in build_vanilla.sh workflow to document the
  new Image file

Co-authored-by: FSaurenbach <87531743+FSaurenbach@users.noreply.github.com>
Copilot AI changed the title [WIP] Release uncompressed images along with zip file Release uncompressed kernel Image files alongside ZIP archives Dec 23, 2025
Copilot AI requested a review from FSaurenbach December 23, 2025 17:17
@FSaurenbach
Copy link

rebase this(rm buidl_vanilla9)

@FSaurenbach
Copy link

@copilot

@FSaurenbach
Copy link

@copilot rebase

The main build.sh now handles both vanilla and KSU builds via
--vanilla and --ksu flags, so the separate build_vanilla.sh
script and its workflow are no longer needed.

Co-authored-by: FSaurenbach <87531743+FSaurenbach@users.noreply.github.com>
Copy link
Author

Copilot AI commented Dec 23, 2025

rebase this(rm buidl_vanilla9)

Done. Removed both build_vanilla.sh files (root and .github/workflows/) in commit cbfb5e8.

Copy link
Author

Copilot AI commented Dec 23, 2025

@copilot rebase

I'm unable to perform git rebase operations due to environment limitations - I cannot use git rebase to change commit history or force push. You'll need to perform the rebase manually using git rebase on your local machine, or squash the commits when merging the PR.

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