|
57 | 57 | # HACK: private musllinux_1_1 container build with 3.13 prerelease support
|
58 | 58 | manylinux_img: quay.io/rolpdog/musllinux_1_1_x86_64:latest
|
59 | 59 |
|
60 |
| - |
61 | 60 | - spec: cp39-musllinux_i686
|
62 | 61 | - spec: cp310-musllinux_i686
|
63 | 62 | - spec: cp311-musllinux_i686
|
|
87 | 86 | # HACK: private manylinux_2_28 container build with 3.13 prerelease support
|
88 | 87 | manylinux_img: quay.io/rolpdog/manylinux_2_28_aarch64:latest
|
89 | 88 |
|
| 89 | + - spec: cp38-musllinux_aarch64 |
| 90 | + foreign_arch: true |
| 91 | + test_args: '{project}/src/c' |
| 92 | + - spec: cp39-musllinux_aarch64 |
| 93 | + foreign_arch: true |
| 94 | + test_args: '{project}/src/c' |
| 95 | + - spec: cp310-musllinux_aarch64 |
| 96 | + foreign_arch: true |
| 97 | + test_args: '{project}/src/c' |
| 98 | + - spec: cp311-musllinux_aarch64 |
| 99 | + foreign_arch: true |
| 100 | + test_args: '{project}/src/c' |
| 101 | + - spec: cp312-musllinux_aarch64 |
| 102 | + foreign_arch: true |
| 103 | + test_args: '{project}/src/c' |
90 | 104 |
|
91 | 105 | - spec: cp38-manylinux_ppc64le
|
92 | 106 | foreign_arch: true
|
@@ -144,6 +158,7 @@ jobs:
|
144 | 158 | ldconfig || true
|
145 | 159 | CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS # ensure that the build container can see our overridden build config
|
146 | 160 | CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_img || '' }}
|
| 161 | + CIBW_MUSLLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_img || '' }} |
147 | 162 | CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_img || '' }}
|
148 | 163 | CIBW_MUSLLINUX_X86_64_IMAGE: ${{ matrix.manylinux_img || '' }}
|
149 | 164 | CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_img || '' }}
|
|
0 commit comments