Skip to content

Commit 1db2625

Browse files
authored
Merge pull request #90 from KE7/feat/linux-aarch64-wheels
feat: add Linux aarch64 wheel builds via ubuntu-24.04-arm runner
2 parents b41eca7 + a891d67 commit 1db2625

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
platform: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
27+
platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-15-intel]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Build wheels

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{matrix.platform}}
1212
strategy:
1313
matrix:
14-
platform: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
14+
platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-15-intel]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build wheels

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ test-command = "pytest {package}/tests"
103103
[tool.cibuildwheel.linux]
104104
before-all = "bash build_dependencies/install_linux.sh"
105105
repair-wheel-command = "LD_LIBRARY_PATH=/usr/local/lib64 auditwheel repair -w {dest_dir} {wheel}"
106-
archs = ["x86_64"]
107106

108107
[tool.cibuildwheel.macos]
109108
before-all = "bash build_dependencies/install_macos.sh"

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0.10"
1+
__version__ = "0.7.0.11"

0 commit comments

Comments
 (0)