arch: add armv7 support

This commit is contained in:
Amaan Qureshi 2026-04-16 23:37:34 -04:00
commit 07239e2c0b
No known key found for this signature in database
5 changed files with 318 additions and 32 deletions

View file

@ -32,6 +32,8 @@ jobs:
toolchain: nightly
- target: powerpc64-unknown-linux-gnu
toolchain: nightly
- target: armv7-unknown-linux-gnueabihf
toolchain: stable
steps:
- name: "Checkout"