Skip to content

Commit 876bd61

Browse files
committed
ppc64le on GHA
1 parent 36b1f67 commit 876bd61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
platform: "i686"
3131
- policy: "manylinux2014"
3232
platform: "x86_64"
33+
- policy: "manylinux2014"
34+
platform: "ppc64le"
3335

3436
env:
3537
POLICY: ${{ matrix.policy }}

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
virt: vm
2727
group: edge
2828
env: POLICY="manylinux2014" PLATFORM="aarch64"
29-
- arch: ppc64le
30-
env: POLICY="manylinux2014" PLATFORM="ppc64le"
29+
#- arch: ppc64le
30+
# env: POLICY="manylinux2014" PLATFORM="ppc64le"
3131
- arch: s390x
3232
env: POLICY="manylinux2014" PLATFORM="s390x"
3333

0 commit comments

Comments
 (0)