Skip to content

Commit

Permalink
CI: Add build of Python 3.9 aarch64 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu authored Apr 7, 2022
1 parent e396678 commit 899934b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,17 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# Linux aarch64 manylinux2014 (limited to two versions due to compile time)
# Linux aarch64 manylinux2014
- os: ubuntu-latest
python: 38
bitness: 64
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 39
bitness: 64
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 310
bitness: 64
Expand Down

0 comments on commit 899934b

Please sign in to comment.