Skip to content

Commit 6544fa9

Browse files
committed
First attempt at aarch64 wheel.
1 parent 4cb5b11 commit 6544fa9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/gh_actions_ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@ jobs:
148148
with:
149149
name: wheel_39
150150
path: repaired_wheel/*.whl
151+
manylinux228_aarch64-py313:
152+
runs-on: ubuntu-24.04-arm
153+
container:
154+
image: pagmo2/manylinux228_aarch64_with_deps:latest
155+
env:
156+
HEYOKA_PY_BUILD_TYPE: "Python313"
157+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
158+
steps:
159+
- uses: actions/checkout@v4
160+
- name: Build
161+
run: bash tools/gha_manylinux.sh
162+
- uses: actions/upload-artifact@v4
163+
with:
164+
name: wheel_313_linux_aarch64
165+
path: repaired_wheel/*.whl
151166
windows_2022_heyoka_head:
152167
runs-on: windows-2022
153168
steps:

0 commit comments

Comments
 (0)