From b72f44d7b5a7768ced563fa5ee929a1808b8a924 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sun, 17 May 2026 10:02:52 -0400 Subject: [PATCH] enable arm64 musl builds --- .github/workflows/build-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index df6201ee7..924bf3c9b 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -82,8 +82,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.22.0 env: - CIBW_SKIP: "*musllinux* pp*" - CIBW_REPAIR_WHEEL_COMMAND: "" + CIBW_SKIP: "pp*" + CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=/project/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}" CIBW_ARCHS: "aarch64" # Keep native arm64 builds on a portable CPU baseline instead of # tuning wheels to the hosted runner.