Environment
- Electron version: X.Y.Z
- node-datachannel version: X.Y.Z
- macOS version: 13.x
- Using GitHub Actions Workflows to build the Electron app
- Issue occurs on Intel Macs
- Works fine on Apple Silicon Macs
Steps to Reproduce
- Build the Electron app via GitHub Actions Workflows
- The app depends on
node-datachannel native module
- Run the
.app on an Intel Mac
- See the architecture mismatch error
Expected Behavior
I would like a reliable solution so that the Electron app built via GitHub Actions can run on Intel macOS with node-datachannel successfully loaded.
Additional Context
- The build workflow uses
electron-builder / electron-packager
- Is it necessary to rebuild
node-datachannel specifically for Intel architecture in the workflow?