mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update CI summary table on README to be more compact (#81647)
This PR updates the CI summary table in the README.md to summarize all architectures for a host to be on the same line with the architecture specified in the badge itself (rather than a generic "build" label), thereby enabling the whole CI status to be visible on a single page. It also adds accessibility labels to each of the CI badges for Global Accessibility Awareness Month.
This commit is contained in:
committed by
GitHub
parent
6545a00df0
commit
cb3293b2e5
45
README.md
45
README.md
@@ -5,37 +5,20 @@
|
||||
|
||||
# Swift Programming Language
|
||||
|
||||
|
||||
| | **Architecture** | **Build** |
|
||||
|---|:---:|:---:|
|
||||
| **macOS** | Universal |[](https://ci.swift.org/job/oss-swift-package-macos)|
|
||||
| **Ubuntu 20.04** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-20_04)|
|
||||
| **Ubuntu 20.04** | AArch64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-20_04-aarch64)|
|
||||
| **Ubuntu 22.04** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-22_04)|
|
||||
| **Ubuntu 22.04** | AArch64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-22_04-aarch64)|
|
||||
| **Ubuntu 24.04** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-24_04)|
|
||||
| **Ubuntu 24.04** | AArch64 |[](https://ci.swift.org/job/oss-swift-package-ubuntu-24_04-aarch64)|
|
||||
| **Amazon Linux 2** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-amazon-linux-2)|
|
||||
| **Amazon Linux 2** | AArch64 |[](https://ci.swift.org/job/oss-swift-package-amazon-linux-2-aarch64)|
|
||||
| **Universal Base Image 9** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-ubi-9)|
|
||||
| **Debian 12** | x86_64 |[](https://ci.swift.org/job/oss-swift-package-debian-12)|
|
||||
| **Debian 12** | AArch64 |[](https://ci.swift.org/job/oss-swift-package-debian-12-aarch64)|
|
||||
| **Windows 10** | x86_64 |[](https://ci-external.swift.org/job/swift-main-windows-toolchain)|
|
||||
| **Windows 10** | ARM64 |[](https://ci-external.swift.org/job/swift-main-windows-toolchain-arm64)|
|
||||
|
||||
**Cross-Compilation Targets**
|
||||
|
||||
| **Target** | **Build** |
|
||||
|:---:|:---:|
|
||||
| **wasm32-unknown-wasi** |[](https://ci.swift.org/job/oss-swift-pr-test-crosscompile-wasm-ubuntu-20_04)|
|
||||
|
||||
**Swift Community-Hosted CI Platforms**
|
||||
|
||||
| **OS** | **Architecture** | **Build** |
|
||||
|---|:---:|:---:|
|
||||
|**[Android](https://github.com/swiftlang/swift-community-hosted-continuous-integration/blob/main/nodes/x86_64_ubuntu_24_04_android.json)** | X86_64 |[](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-24.04-android-build)|
|
||||
|**[Android](https://github.com/swiftlang/swift-community-hosted-continuous-integration/blob/main/nodes/aarch64_ubuntu_24_04_android.json)** | AArch64 |[](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-24.04-android-arm64)|
|
||||
|**[Windows 2019 (VS 2019)](https://github.com/apple/swift-community-hosted-continuous-integration/blob/main/nodes/x86_64_windows_2019_VS2019.json)** | x86_64 | [](https://ci-external.swift.org/job/oss-swift-windows-x86_64-vs2019)|
|
||||
| **OS** | **Status** |
|
||||
|---:|:---:|
|
||||
| macOS | [](https://ci.swift.org/job/oss-swift-package-macos)|
|
||||
| Ubuntu 20.04 | [](https://ci.swift.org/job/oss-swift-package-ubuntu-20_04) [](https://ci.swift.org/job/oss-swift-package-ubuntu-20_04-aarch64)|
|
||||
| Ubuntu 22.04 | [](https://ci.swift.org/job/oss-swift-package-ubuntu-22_04) [](https://ci.swift.org/job/oss-swift-package-ubuntu-22_04-aarch64)|
|
||||
| Ubuntu 24.04 | [](https://ci.swift.org/job/oss-swift-package-ubuntu-24_04) [](https://ci.swift.org/job/oss-swift-package-ubuntu-24_04-aarch64)|
|
||||
| Amazon Linux 2 | [](https://ci.swift.org/job/oss-swift-package-amazon-linux-2) [](https://ci.swift.org/job/oss-swift-package-amazon-linux-2-aarch64)|
|
||||
| Debian 12 | [](https://ci.swift.org/job/oss-swift-package-debian-12) [](https://ci.swift.org/job/oss-swift-package-debian-12-aarch64)|
|
||||
| Windows 10 | [](https://ci-external.swift.org/job/swift-main-windows-toolchain) [](https://ci-external.swift.org/job/swift-main-windows-toolchain-arm64)|
|
||||
| Universal Base Image 9 | [](https://ci.swift.org/job/oss-swift-package-ubi-9)|
|
||||
|**Cross-Compilation Targets**||
|
||||
| wasm32-unknown-wasi |[](https://ci.swift.org/job/oss-swift-pr-test-crosscompile-wasm-ubuntu-20_04)|
|
||||
|**Community-Hosted CI Platforms**||
|
||||
|[Android](https://github.com/swiftlang/swift-community-hosted-continuous-integration/blob/main/nodes/x86_64_ubuntu_24_04_android.json) | [](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-24.04-android-build) [](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-24.04-android-arm64)|
|
||||
|
||||
## Welcome to Swift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user