Skip to content

Commit

Permalink
feat: add linux-arm-gnueabihf
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Sep 13, 2024
1 parent ecbf35c commit c673be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:latest"
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ jobs:
target: arm-unknown-linux-gnueabihf
args: "--locked --release"
strip: true
- name: Move gnuabihf
if: ${{ matrix.settings.target == 'arm-unknown-linux-gnueabihf' }}
run: mv target/rarm-unknown-linux-gnueabihf/release/ffi-rs ./ffi-rs.arm-unknown-linux-gnueabihf.node
- name: Setup toolchain
run: ${{ matrix.settings.setup }}
if: ${{ matrix.settings.setup }}
Expand Down

0 comments on commit c673be5

Please sign in to comment.