Skip to content

Commit

Permalink
Add binary for raspberry pi
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Jul 16, 2023
1 parent 3800e15 commit a73b95b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
architecture: x86_64
binary-postfix: ""
use-cross: true
- os: ubuntu-latest
os-name: linux
target: armv7-unknown-linux-gnueabihf
architecture: armv7
binary-postfix: ""
use-cross: true

steps:
- name: Checkout repository
Expand Down

0 comments on commit a73b95b

Please sign in to comment.