Skip to content

Commit

Permalink
Merge pull request #283 from python-greenlet/issue269
Browse files Browse the repository at this point in the history
Test and build musllinux wheels
  • Loading branch information
jamadden committed Dec 17, 2021
2 parents 75c9bb6 + 05115dd commit 2d481fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,13 @@ jobs:
strategy:
matrix:
python-version: [3.9]
image: [manylinux2010_x86_64, manylinux2014_aarch64, manylinux2014_ppc64le, manylinux2014_x86_64]
image:
- manylinux2010_x86_64
- manylinux2014_aarch64
- manylinux2014_ppc64le
- manylinux2014_x86_64
- musllinux_1_1_x86_64
name: ${{ matrix.image }}

steps:
- name: checkout
Expand Down

0 comments on commit 2d481fc

Please sign in to comment.