Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

feat: build macos universal for binary and installer #1396

@hiento09

Description

@hiento09

Description:

We need to enhance our build process to support macOS universal binaries and installers. This will ensure compatibility across both Intel (x86_64) and Apple Silicon (arm64) architectures.

Requirements:

  • Build the macOS universal binary (combining x86_64 and arm64 architectures) for the application.
  • Modify the installer to include the universal binary, ensuring it can run on both Intel and Apple Silicon machines.
  • Update the CI pipeline to automatically build the macOS universal binary and installer as part of the release process.

Acceptance Criteria:

  • The application should run natively on both Intel and Apple Silicon Macs.
  • The installer should properly detect the architecture and install the universal binary.
  • Verify that the build process is integrated into the CI pipeline and functions as expected.

Additional Notes:

  • Test on both Intel and Apple Silicon Macs to ensure compatibility.

Metadata

Metadata

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions