Skip to content

Commit

Permalink
Compile a binary for 64-bit Raspberry Pi's
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Apr 6, 2023
1 parent f052b4f commit 2fce737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
fail-fast: false
matrix:
arch:
- { target: aarch64-unknown-linux-gnu , use-cross: true }
- { target: arm-unknown-linux-gnueabihf , use-cross: true }
- { target: i686-unknown-linux-gnu , use-cross: true }
- { target: x86_64-unknown-linux-gnu }
Expand Down

0 comments on commit 2fce737

Please sign in to comment.