Comment by IceHegel
5 years ago
Tried to build on M1/Apple Silicon, but hit some errors. Looks like one of the dependencies isn't playing nice with arm but would love to give this a try.
Any rust devs have second? I think its the miniaudio dependency that's broken.
This link should help[0]!
[0] https://github.com/jpochyla/psst/issues/87#issuecomment-9003...
Check the workflow for artefacts, the macos build runs on m1.
IIRC the workflow targets macOS-latest, which is macOS Catalina 10.15 and the default host is `x86_64-apple-darwin`.
Does Github Workflow currently support M1 (arm 64 based). Am I missing something?
Not yet, it's bottlenecking a lot of progress waiting to be made.
https://github.com/actions/virtual-environments/issues/2187