Skip to content

fix(ci): remove linux-arm64 build target from release workflow#6

Merged
crodriguesbr merged 1 commit into
mainfrom
fix/remove-linux-arm64-build
Dec 5, 2025
Merged

fix(ci): remove linux-arm64 build target from release workflow#6
crodriguesbr merged 1 commit into
mainfrom
fix/remove-linux-arm64-build

Conversation

@crodriguesbr
Copy link
Copy Markdown
Contributor

Description

Remove linux-arm64 build target from the release workflow to simplify the CI/CD pipeline.

  • Remove linux-arm64 from build matrix
  • Remove cross-compilation toolchain installation step
  • Simplify release to 4 platforms: linux-x64, win-x64, osx-x64, osx-arm64

Motivation and Context

Cross-compilation for Linux ARM64 requires additional toolchain setup and increases build complexity. Removing this target simplifies the release workflow while still supporting the most common platforms.

Type of Change

  • Refactoring (no functional changes)

How Has This Been Tested?

  • Manual testing

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

N/A

- Remove linux-arm64 from build matrix
- Remove cross-compilation toolchain step
- Simplify release to 4 platforms: linux-x64, win-x64, osx-x64, osx-arm64
@crodriguesbr crodriguesbr merged commit a6e572d into main Dec 5, 2025
2 checks passed
@crodriguesbr crodriguesbr deleted the fix/remove-linux-arm64-build branch December 5, 2025 02:02
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.

1 participant