summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-05-17 10:24:28 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-05-17 10:26:06 +0200
commit2cd510258d03887dfad69e77edc47f8bf28773ae (patch)
tree1bf4cebe7e31942069904acf1686f8b6169ce9db
parent0e41cc5cc513a3be88065958e141c1d5216762c7 (diff)
downloadpython-lxml-2cd510258d03887dfad69e77edc47f8bf28773ae.tar.gz
Add mullinux AArch64 wheel build as Makefile target (already included in release workflow).
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64459ad0..1e0a9119 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ MANYLINUX_IMAGES= \
manylinux_2_24_aarch64 \
manylinux_2_24_ppc64le \
manylinux_2_24_s390x \
- musllinux_1_1_x86_64
+ musllinux_1_1_x86_64 \
+ musllinux_1_1_aarch64
.PHONY: all inplace inplace3 rebuild-sdist sdist build require-cython wheel_manylinux wheel