add ppc32be, and other fixes

This commit is contained in:
2026-07-17 15:16:30 -05:00
parent 31ba00f1b5
commit ec7e7c3a27
6 changed files with 206 additions and 22 deletions
+8
View File
@@ -34,6 +34,8 @@ jobs:
os: ubuntu-24.04
- target: linux-arm64
os: ubuntu-24.04
- target: linux-ppc32be
os: ubuntu-24.04
- target: macos-amd64
os: macos-14
- target: macos-arm64
@@ -49,6 +51,12 @@ jobs:
sudo apt-get update
sudo apt-get install --yes gcc-aarch64-linux-gnu
- name: Install the Linux PPC32 big-endian cross-compiler
if: matrix.target == 'linux-ppc32be'
run: |
sudo apt-get update
sudo apt-get install --yes gcc-powerpc-linux-gnu
- name: Build
run: make ${{ matrix.target }}