Skip to content

Commit

Permalink
Build ppc64 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 15, 2021
1 parent 52d5c61 commit 73d49a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
{ target: "armv7-unknown-linux-gnueabihf", arch: "armv7" },
{ target: "s390x-unknown-linux-gnu", arch: "s390x" },
{ target: "powerpc64le-unknown-linux-gnu", arch: "ppc64le" },
{ target: "powerpc64-unknown-linux-gnu", arch: "ppc64" },
]
steps:
- uses: actions/checkout@v2
Expand All @@ -130,6 +131,7 @@ jobs:
manylinux: auto
args: --release --out dist --no-sdist -m python/Cargo.toml
- uses: uraimo/run-on-arch-action@v2.0.5
if: matrix.platform.arch != 'ppc64'
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit 73d49a5

Please sign in to comment.