Skip to content

build(macos): add configurable target architecture for DMG builds#533

Open
JKBusse wants to merge 2 commits into
marcinz606:mainfrom
JKBusse:feat/macos-target-arch
Open

build(macos): add configurable target architecture for DMG builds#533
JKBusse wants to merge 2 commits into
marcinz606:mainfrom
JKBusse:feat/macos-target-arch

Conversation

@JKBusse

@JKBusse JKBusse commented Jul 16, 2026

Copy link
Copy Markdown

Summary

  • add configurable macOS target architecture via NEGPY_MACOS_ARCH
  • pass selected architecture through to PyInstaller via --target-arch
  • align DMG filename with selected target architecture
  • document Intel/Apple Silicon build usage in contributor and user docs

Validation

  • built locally with: NEGPY_MACOS_ARCH=x86_64 .venv/bin/python build.py
  • produced: dist/NegPy-0.38.0-macOS-x86_64.dmg

JKBusse added 2 commits July 16, 2026 19:51
Allow selecting macOS target architecture via NEGPY_MACOS_ARCH, pass through to PyInstaller target-arch, and align DMG filename/docs with selected architecture.
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