devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

Generate a Mac OS arm64 release #78

Closed MiguelGL-DN closed 8 months ago

MiguelGL-DN commented 2 years ago

New Macs use the arm64 M1 chip from apple. Currently there are just macos-x86_64 builds.

Do you plan to provide builds for this architecture? It would be great! 😀

If you'd need any support I'd be willing to help. Thanks!

jason-crawford-xio commented 10 months ago

One of my developers indicates that the x86 binary is not working on arm64 MacOS. If this is truly the case, it would be great to have a MacOS arm64 binary.

devopvoid commented 8 months ago

Fixed since version 0.8.0.

jason-crawford-xio commented 8 months ago

Thanks Alex