Skip to content

Commit

Permalink
Enable armv6 build
Browse files Browse the repository at this point in the history
We currently do not build the binary for armv6 architecture.
This commit enable `arm-unknown-linux-gnueabihf` target.

Signed-off-by: Rahul Thakoor <[email protected]>
  • Loading branch information
rahul-thakoor committed Apr 24, 2024
1 parent d02fb7f commit ec3f8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
cargo_targets: |
aarch64-unknown-linux-gnu,
armv7-unknown-linux-gnueabihf,
arm-unknown-linux-gnueabihf,
x86_64-unknown-linux-gnu,
i686-unknown-linux-gnu

0 comments on commit ec3f8b8

Please sign in to comment.