yifeikong / curl-impersonate

An active fork of curl-impersonate with more versions and build targets.
MIT License
49 stars 10 forks source link

Cross compile MacOS arm64 binaries on GH actions #21

Closed bjia56 closed 5 months ago

bjia56 commented 6 months ago

This should make building new curl-impersonate versions fully self-contained within the repo's CI.

Stretch goal (optional) could be to make universal2 binaries from x86_64 + arm64 binaries.

yifeikong commented 5 months ago

Useful links: https://stackoverflow.com/questions/65361672/build-apple-silicon-binary-on-intel-machine

yifeikong commented 5 months ago

Thanks to GitHub, we already have native arm64 build.