Skip to content

Commit 50e10a5

Browse files
committed
Remove ARM from wheels workflow
--- + Add status badges to README
1 parent 814ee7f commit 50e10a5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
15+
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
*Content will be added soon enough...*
44

5+
**CI Status**
6+
7+
|Target|Status|
8+
|:----:|------|
9+
|Docs|[![CI: Build and Deploy Docs](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-docs.yml/badge.svg)](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-docs.yml)|
10+
|Linux 3.10-3.13|[![CI: Run Tests on Linux](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-linux.yml/badge.svg)](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-linux.yml)|
11+
|Mac 3.10-3.13|[![CI: Run Tests on MacOS](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-macos.yml/badge.svg)](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-macos.yml)|
12+
|Windows 3.10-3.13|[![CI: Run Tests on Windows](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-windows.yml/badge.svg)](https://github.com/MatrixEditor/icspacket/actions/workflows/ci-pytest-windows.yml)|
13+
514
## License
615

716
Distributed under the GNU General Public License (V3). See [License](LICENSE) for more information.

0 commit comments

Comments
 (0)