From 2bb4556b199f1093df6effb718242be0d24fbbe3 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Sun, 11 Aug 2024 15:21:06 +0900 Subject: [PATCH] Let aarch64 build use the same manylinux_2_28 version as default - Since CentOS 7 becomes EOL and its `llvm-toolset` for aarch64 is no longer available in the vault repository, let's build it by default on the same manylinux_2_28 based on Alma Linux. --- cibuildwheel.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cibuildwheel.toml b/cibuildwheel.toml index 4cb3dc3f..0b01bfdd 100644 --- a/cibuildwheel.toml +++ b/cibuildwheel.toml @@ -2,7 +2,9 @@ build-frontend = "build" linux.manylinux-x86_64-image = "manylinux_2_28" +linux.manylinux-aarch64-image = "manylinux_2_28" linux.musllinux-x86_64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point +linux.musllinux-aarch64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point # Don't build 32-bit wheels or PyPy skip = [