You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When packaging CLI for binary, it much be built on the system architecture it'll be running on because of the WebRTC shim that is injected. Because it is a .node binary module, it's compatibility is dependent on where the library is installed.
Potential Solution
In order to compensate for this need, Github Actions could be designed to run the packaging of the CLI into a single binary executable on a number of different hosts (i.e. ubuntu, macos, windows). This would ensure the packaged output would contain a WebRTC shim that was compatible with the given OS.
Requirements
References
The text was updated successfully, but these errors were encountered: