diff options
| author | Seth Flynn <[email protected]> | 2025-03-10 20:45:24 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-23 19:31:27 -0400 |
| commit | 1f478b5c4f12b74b003d3976019fb62324eb9a55 (patch) | |
| tree | 477ed3ac10e171f9239aacfb185cbfa605dca793 /.github/workflows/ci.yaml | |
| parent | d1b5d789590bec99defe9f95df7df64d2bdba693 (diff) | |
add arm32 and ppc64le targets
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b75aed6..60a22a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,14 @@ jobs: - os: ubuntu-latest system: x86_64-linux + target: armv7l-unknown-linux-gnueabihf + + - os: ubuntu-latest + system: x86_64-linux + target: powerpc64le-unknown-linux-gnu + + - os: ubuntu-latest + system: x86_64-linux target: riscv64-unknown-linux-gnu runs-on: ${{ matrix.os }} |
