README: Mention which CIs support ARM builds
This commit is contained in:
@@ -40,14 +40,16 @@ Usage
|
|||||||
|
|
||||||
`cibuildwheel` currently works on **Travis CI**, **Azure Pipelines**, **AppVeyor**, **GitHub Actions**, **CircleCI**, and **Gitlab CI**. Check the table below for supported platforms on each service:
|
`cibuildwheel` currently works on **Travis CI**, **Azure Pipelines**, **AppVeyor**, **GitHub Actions**, **CircleCI**, and **Gitlab CI**. Check the table below for supported platforms on each service:
|
||||||
|
|
||||||
| | Linux | macOS | Windows |
|
| | Linux | macOS | Windows | Supports ARM |
|
||||||
|-----------------|-------|-------|---------|
|
|-----------------|-------|-------|---------|--------------|
|
||||||
| Azure Pipelines | ✅ | ✅ | ✅ |
|
| Azure Pipelines | ✅ | ✅ | ✅ | ✴️¹ |
|
||||||
| Travis CI | ✅ | ✅ | ✅ |
|
| Travis CI | ✅ | ✅ | ✅ | ✅ |
|
||||||
| AppVeyor | ✅ | ✅ | ✅ |
|
| AppVeyor | ✅ | ✅ | ✅ | |
|
||||||
| GitHub Actions | ✅ | ✅ | ✅ |
|
| GitHub Actions | ✅ | ✅ | ✅ | |
|
||||||
| CircleCI | ✅ | ✅ | |
|
| CircleCI | ✅ | ✅ | | |
|
||||||
| Gitlab CI | ✅ | | |
|
| Gitlab CI | ✅ | | | |
|
||||||
|
|
||||||
|
<sup>¹ Supported with a "third-party build host".</sup><br>
|
||||||
|
|
||||||
`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like those mentioned above are ideal.
|
`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like those mentioned above are ideal.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user