mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-27 10:55:20 +00:00
arch: add armv7 support
This commit is contained in:
parent
03e6d1f4cf
commit
07239e2c0b
5 changed files with 318 additions and 32 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
toolchain: nightly
|
||||
- target: powerpc64-unknown-linux-gnu
|
||||
toolchain: nightly
|
||||
- target: armv7-unknown-linux-gnueabihf
|
||||
toolchain: stable
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue