feat: Add ARM64 platform support (osx-arm64, linux-arm64)#85
Open
mercersoft wants to merge 1 commit intomasterfrom
Open
feat: Add ARM64 platform support (osx-arm64, linux-arm64)#85mercersoft wants to merge 1 commit intomasterfrom
mercersoft wants to merge 1 commit intomasterfrom
Conversation
Add native ARM64 support for all CycoD tools, enabling optimal performance on Apple Silicon Macs (M1/M2/M3/M4) and ARM-based Linux systems (AWS Graviton, Azure ARM, Raspberry Pi). Changes: - Add osx-arm64 and linux-arm64 to RuntimeIdentifiers in all tool projects - Update build scripts to compile and package for ARM64 platforms - Fix macOS/Linux compatibility issues in build scripts: * Date command syntax (BSD vs GNU date) * Grep exit code handling with set -e * Realpath portability for non-existent files - Update release workflow to include ARM64 packages Platforms now supported (5 total, up from 3): - win-x64 (Windows Intel/AMD) - linux-x64 (Linux Intel/AMD) - linux-arm64 (NEW - Linux ARM) - osx-x64 (macOS Intel) - osx-arm64 (NEW - macOS Apple Silicon) Benefits: - Native ARM64 performance on Apple Silicon (no Rosetta 2) - ~6% smaller ARM64 binaries vs x64 - Support for AWS Graviton and Azure ARM instances - Raspberry Pi 4/5 compatibility Validation: - All projects build successfully for ARM64 platforms - Binary architecture verified (Mach-O arm64) - Self-contained executables created and tested - Cross-compilation from x64 to ARM64 working
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.
Add native ARM64 support for all CycoD tools, enabling optimal performance on Apple Silicon Macs (M1/M2/M3/M4) and ARM-based Linux systems (AWS Graviton, Azure ARM, Raspberry Pi).
Changes:
Platforms now supported (5 total, up from 3):
Benefits:
Validation: