Skip to content

Commit

Permalink
Add aarch64 arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Aug 6, 2024
1 parent cd8c048 commit e3cc8be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
build: "manylinux_"
artifact_suffix: "manylinux_x86_64"
use_qemu: false
- os: ubuntu-20.04
arch: "aarch64"
build: "manylinux_arm"
artifact_suffix: "manylinux_aarch64"
use_qemu: true
- os: windows-2019
arch: "AMD64"
build: ""
Expand Down

0 comments on commit e3cc8be

Please sign in to comment.