From 591709b542a41fc92bc5006c0060d8cc82924c01 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Wed, 27 Nov 2024 10:01:40 -0800 Subject: [PATCH] Add armv7l to arch as a test This should in theory cover older Raspberry PI 32 bit distros --- .github/workflows/build-testpypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-testpypi.yml b/.github/workflows/build-testpypi.yml index 799a3d02..efe79eb1 100644 --- a/.github/workflows/build-testpypi.yml +++ b/.github/workflows/build-testpypi.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: [aarch64] + arch: [armv7l, aarch64] pyver: [cp39, cp310, cp311, cp312, cp313] libc: [manylinux, musllinux]