summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-12-17 08:39:07 -0600
committerJason Madden <jamadden@gmail.com>2021-12-17 08:39:07 -0600
commit05115ddd6c212bec7b73b9525966e384fa483dde (patch)
tree9775f90ea4f0fe380db3b43f556e00d40fce7770
parent75c9bb61fafacb668faff087eb6c2ef752de6cf1 (diff)
downloadgreenlet-issue269.tar.gz
Add musllinux wheelsissue269
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 18f082e..ecbb9bb 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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