Skip to content

Commit

Permalink
powerpc not available in Ubuntu repo; maybe try PPC64
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Nov 26, 2023
1 parent 0e15ad6 commit 8b4b4fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
xz_bcj:
xcc: riscv64-linux-gnu-
configure_host: --host=riscv64-linux-gnu
- arch: powerpc
- arch: ppc64el
xz_bcj:
xcc: powerpc-linux-gnu-
configure_host: --host=powerpc-linux-gnu
xcc: powerpc64-linux-gnu-
configure_host: --host=ppc64-linux-gnu
name: Build ${{ matrix.arch }} Linux static binary
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b4b4fb

Please sign in to comment.