Skip to content

Commit 2fce737

Browse files
committed
Compile a binary for 64-bit Raspberry Pi's
1 parent f052b4f commit 2fce737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
arch:
27+
- { target: aarch64-unknown-linux-gnu , use-cross: true }
2728
- { target: arm-unknown-linux-gnueabihf , use-cross: true }
2829
- { target: i686-unknown-linux-gnu , use-cross: true }
2930
- { target: x86_64-unknown-linux-gnu }

0 commit comments

Comments
 (0)