Skip to content

Commit

Permalink
Build wheels for ppc64le (#1224)
Browse files Browse the repository at this point in the history
* Build wheels for ppc64le

* Exclude Python 3.6 and 3.7 when building ppc64le wheels
  • Loading branch information
chrisburr authored Jan 20, 2022
1 parent 834f674 commit b188cdb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ jobs:
strategy:
matrix:
python: [36, 37, 38, 39, 310]
arch: [aarch64]
arch: [aarch64, ppc64le]
exclude:
- arch: ppc64le
python: 36
- arch: ppc64le
python: 37

steps:

- uses: actions/checkout@v2
Expand Down

0 comments on commit b188cdb

Please sign in to comment.