Add AROS aarch64 build + packaging lane with minimal platform-condition updates - #1
Draft
bohunamiga with Copilot wants to merge 5 commits into
Draft
Add AROS aarch64 build + packaging lane with minimal platform-condition updates#1bohunamiga with Copilot wants to merge 5 commits into
bohunamiga with Copilot wants to merge 5 commits into
Conversation
Co-authored-by: bohunamiga <264773200+bohunamiga@users.noreply.github.com>
Co-authored-by: bohunamiga <264773200+bohunamiga@users.noreply.github.com>
Co-authored-by: bohunamiga <264773200+bohunamiga@users.noreply.github.com>
Co-authored-by: bohunamiga <264773200+bohunamiga@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add AROS aarch64 support to bootstrap scripts
Add AROS aarch64 build + packaging lane with minimal platform-condition updates
Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR prepares the bootstrap/release toolchain for an AROS aarch64 target by extending existing AROS-specific paths rather than introducing parallel logic. The update keeps existing AmigaOS/MorphOS/AROS lanes intact while adding detection/configuration for a sixth build/package lane.
Build system: new AROS aarch64 lane
Makefile.aros-aarch64aligned with existing AROS lane conventions.aarch64-aros-*toolchain names and the same stack-cookie/post-link flow as current AROS targets.Platform conditional update (AROS console CSI behavior)
include/tg_console_ui.hso AROS aarch64 follows the modern ESC[CSI path (same behavior class as AROS x86_64), while preserving legacy i386 behavior.Release packaging updates
scripts/package-human-release.shwith:AROS_AARCH64_BINARYinput patharos-aarch64package laneCandidate packaging + verification
scripts/package-test-candidate.shfrom five lanes to six:AROS-aarch64.scripts/verify-release.shwitharos-aarch64-alpha-*artifact verification.Documentation
README.mdplatform/build-lane descriptions to include AROS aarch64 and the new Makefile path.