Skip to content

Commit

Permalink
ci: add more ppc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 17, 2024
1 parent ac18018 commit 22dcfa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# TODO: fix arm cross build
# - { arch: arm, triple: arm-linux-gnueabi }
- { arch: aarch64, triple: aarch64-linux-gnu }
- { arch: ppc, triple: powerpc-linux-gnu }
- { arch: ppc64, triple: powerpc64-linux-gnu }
- { arch: ppc64le, triple: powerpc64le-linux-gnu }
- { arch: mips, triple: mips-linux-gnu }
- { arch: mipsel, triple: mipsel-linux-gnu }
Expand Down

0 comments on commit 22dcfa5

Please sign in to comment.