diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 17ce2003d..8894cf381 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -383,6 +383,7 @@ jobs: - aarch64 - ppc64le - s390x + - armv7l uses: ./.github/workflows/reusable-build-wheel.yml with: qemu: ${{ matrix.qemu }} diff --git a/CHANGES/1204.feature.rst b/CHANGES/1204.feature.rst new file mode 100644 index 000000000..c576bf1ed --- /dev/null +++ b/CHANGES/1204.feature.rst @@ -0,0 +1 @@ +Started building ``armv7l`` wheels -- by :user:`bdraco`.