arch: add i686 support

This commit is contained in:
Amaan Qureshi 2026-04-17 12:20:09 -04:00
commit a6fab02586
No known key found for this signature in database
4 changed files with 184 additions and 7 deletions

View file

@ -47,6 +47,8 @@ jobs:
toolchain: nightly
components: rust-src
build_std: true
- target: i686-unknown-linux-gnu
toolchain: stable
steps:
- name: "Checkout"