Skip to content

v0.7.7 - macOS CI Architecture Fix

Choose a tag to compare

@lab700xdev lab700xdev released this 09 Feb 04:03
· 136 commits to main since this release

Summary
This release revamps the macOS build pipeline to ensure reliable delivery of Intel binaries by leveraging Apple Silicon runners with Rosetta 2.

Changelog

  • Fix(CI): Switched the build strategy to use macos-14 (Apple Silicon) for ALL macOS builds.
    • Intel (amd64): Built using python-architecture: x64, running via Rosetta 2 on the M1/M2 host.
    • Silicon (arm64): Built natively.
    • Why? This bypasses the instability/unavailability of legacy Intel runners on GitHub Actions.

Artifacts

  • aisbom-linux-amd64
  • aisbom-macos-amd64 (Intel compatible)
  • aisbom-macos-arm64 (Apple Silicon native)