Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew Distribution #21

Open
dallen4 opened this issue Jan 22, 2023 · 2 comments
Open

Homebrew Distribution #21

dallen4 opened this issue Jan 22, 2023 · 2 comments
Labels

Comments

@dallen4
Copy link
Owner

dallen4 commented Jan 22, 2023

Requirements

  • configure CLI distribution via Homebrew

References

@dallen4 dallen4 added this to the CLI MVP milestone Jan 22, 2023
@dallen4 dallen4 removed this from the CLI MVP milestone Oct 20, 2023
@dallen4
Copy link
Owner Author

dallen4 commented Oct 20, 2023

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.

@dallen4
Copy link
Owner Author

dallen4 commented Oct 20, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant