mirror of https://github.com/KLayout/klayout.git
adding arm linux to os matrix
This commit is contained in:
parent
61a51e8722
commit
6ee824cb3c
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue