arch: add powerpc32 support

This commit is contained in:
Amaan Qureshi 2026-04-17 12:32:03 -04:00
commit 7bbc47eb9f
No known key found for this signature in database
4 changed files with 225 additions and 7 deletions

View file

@ -49,6 +49,9 @@ jobs:
build_std: true
- target: i686-unknown-linux-gnu
toolchain: stable
# powerpc uses experimental asm features
- target: powerpc-unknown-linux-gnu
toolchain: nightly
steps:
- name: "Checkout"