Open
Description
Describe the bug
In Azure Pipelines CI, our pipeline breaks because the runner machines are x86_64 (intel) and not apple silicon (arm64) on v0.8.0.
v0.7.3 is x86_64 for reference. Is it possible to build a fat binary?
To Reproduce
Steps to reproduce the behavior:
- Get https://uploader.codecov.io/v0.8.0/macos/codecov
- On macOS execute
lipo -archs codecov
- See the architecture type.
Expected behavior
Have a fat binary that bundles x86_64 and arm64 architectures.