Show how to build for Intel macOS on Cirrus CI

This commit is contained in:
Jakub Kuczys
2022-08-17 15:56:57 +02:00
parent ccd29d8402
commit c50d72c03c
3 changed files with 31 additions and 1 deletions
+8
View File
@@ -81,6 +81,14 @@ Here's an example GitHub Actions workflow with a job that builds for Apple Silic
{% include "../examples/github-apple-silicon.yml" %}
```
Here's an example Cirrus CI workflow with a job that builds for macOS Intel through Rosetta 2 emulation and for Apple Silicon natively:
> .cirrus.yml
```yml
{% include "../examples/cirrus-ci-intel-mac.yml" %}
```
### Building non-native architectures using emulation {: #emulation}
cibuildwheel supports building non-native architectures on Linux, via