Skip to content

Commit

Permalink
add raspberry pi release to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeskeertwee committed Jan 8, 2024
1 parent 106797a commit 0b868bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# linux x86
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest

# Raspberry pi
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest

# windows x86
- target: x86_64-pc-windows-gnu
Expand Down

0 comments on commit 0b868bc

Please sign in to comment.