diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cbf627af..55063cb64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -413,6 +413,10 @@ jobs: manylinux: auto target: armv7 interpreter: 3.9 3.10 3.11 3.12 3.13 + - os: linux + manylinux: auto + target: armv6 + interpreter: 3.9 3.10 3.11 3.12 3.13 - os: linux manylinux: auto target: ppc64le @@ -436,6 +440,9 @@ jobs: - os: linux manylinux: musllinux_1_1 target: armv7 + - os: linux + manylinux: musllinux_1_1 + target: armv6 # macos; # all versions x86_64 @@ -592,10 +599,12 @@ jobs: fail-fast: false matrix: target: [aarch64, armv7, s390x, ppc64le] - distro: ['ubuntu22.04'] + distro: ['ubuntu_latest'] include: - target: aarch64 distro: alpine_latest + - target: armv6 + distro: alpine_latest steps: - uses: actions/checkout@v4