From c89b74604d23b68b98288e64347b1487160f76b5 Mon Sep 17 00:00:00 2001 From: jbarlow83 Date: Thu, 8 Oct 2020 01:35:22 -0700 Subject: [PATCH] README: Mention which CIs support ARM builds --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 109f8af3..be5012ff 100644 --- a/README.md +++ b/README.md @@ -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: -| | Linux | macOS | Windows | -|-----------------|-------|-------|---------| -| Azure Pipelines | ✅ | ✅ | ✅ | -| Travis CI | ✅ | ✅ | ✅ | -| AppVeyor | ✅ | ✅ | ✅ | -| GitHub Actions | ✅ | ✅ | ✅ | -| CircleCI | ✅ | ✅ | | -| Gitlab CI | ✅ | | | +| | Linux | macOS | Windows | Supports ARM | +|-----------------|-------|-------|---------|--------------| +| Azure Pipelines | ✅ | ✅ | ✅ | ✴️¹ | +| Travis CI | ✅ | ✅ | ✅ | ✅ | +| AppVeyor | ✅ | ✅ | ✅ | | +| GitHub Actions | ✅ | ✅ | ✅ | | +| CircleCI | ✅ | ✅ | | | +| Gitlab CI | ✅ | | | | + +¹ Supported with a "third-party build host".
`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.