Skip to content

Commit 22dcfa5

Browse files
committed
ci: add more ppc ci
1 parent ac18018 commit 22dcfa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cross.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
# TODO: fix arm cross build
2121
# - { arch: arm, triple: arm-linux-gnueabi }
2222
- { arch: aarch64, triple: aarch64-linux-gnu }
23+
- { arch: ppc, triple: powerpc-linux-gnu }
24+
- { arch: ppc64, triple: powerpc64-linux-gnu }
2325
- { arch: ppc64le, triple: powerpc64le-linux-gnu }
2426
- { arch: mips, triple: mips-linux-gnu }
2527
- { arch: mipsel, triple: mipsel-linux-gnu }

0 commit comments

Comments
 (0)