Skip to content

Commit 0bb33b5

Browse files
committed
Added table with CI badges.
1 parent 9057f3a commit 0bb33b5

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ We make no claims or warranties about the suitability of this code for any purpo
3333

3434
For detailed feature lists, see the [full README](https://github.com/libplctag/libplctag#features).
3535

36+
## Tier One Platforms
37+
38+
These are OS/compiler combinations that are fully tested with each release:
39+
40+
| **OS** | **OS Version** | **Compiler** | **Compiler Version** | **Architecture** | **Status** |
41+
| :-: | :-: | :-: | :-: | :-: | :- |
42+
| Alpine Linux | v3.23.0-62 | GCC | 15.2.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
43+
| Alpine Linux | v3.23.0-62 | GCC | 15.2.0 | Aarch64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
44+
| macOS | 14 | Apple-Clang | 17.0.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
45+
| macOS | 15 | Apple-Clang | 17.0.0 | Aarch64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
46+
| Ubuntu Linux | 24.04 | GCC | 13.3.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
47+
| Ubuntu Linux | 24.04 | GCC-musl | 13.3.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
48+
| Ubuntu Linux | 24.04 | GCC | 13.3.0 | Aarch64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
49+
| Ubuntu Linux | 24.04 | GCC | 13.3.0 | x86 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
50+
| Windows | 11 (Server 22) | MSVC | 19.44.35221.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
51+
| Windows | 11 (Server 22) | MSVC | 19.44.35221.0 | x86 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
52+
| Windows | 11 (Server 22) | MSVC | 19.44.35221.0 | Aarch64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
53+
| Windows | 11 (Server 22) | MinGW-GCC. | 14.2.0 | x86-64 | ![Release branch CI status](https://github.com/libplctag/libplctag/actions/workflows/ci.yml/badge.svg?branch=release) |
54+
3655
## Getting Started
3756

3857
1. [Download pre-built binaries](https://github.com/libplctag/libplctag/releases) for your platform

0 commit comments

Comments
 (0)