adding arm linux to os matrix

This commit is contained in:
Troy Tamas 2025-05-21 16:02:33 +09:00
parent 61a51e8722
commit 6ee824cb3c
1 changed files with 28 additions and 24 deletions

View File

@ -34,6 +34,10 @@ jobs:
- os: "ubuntu-latest" - os: "ubuntu-latest"
cibuild: "*musllinux*" cibuild: "*musllinux*"
cibw_arch: "musllinux" cibw_arch: "musllinux"
- os: "ubuntu-24.04-arm" # aarch64 manylinux on ARM runner
cibuild: "*manylinux*"
cibw_arch: "manylinux"
steps: steps:
- name: Free Disk Space (Ubuntu) - name: Free Disk Space (Ubuntu)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'