add ppc32be, and other fixes
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user