From 1f478b5c4f12b74b003d3976019fb62324eb9a55 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 10 Mar 2025 20:45:24 -0400 Subject: add arm32 and ppc64le targets --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows/ci.yaml') 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 @@ -36,6 +36,14 @@ jobs: system: x86_64-linux target: aarch64-unknown-linux-gnu + - 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 -- cgit v1.2.3