Skip to content

Commit

Permalink
Merge pull request #751 from rustic-rs/raspberry
Browse files Browse the repository at this point in the history
Add binary for raspberry pi
  • Loading branch information
aawsome authored Jul 16, 2023
2 parents 3800e15 + a73b95b commit 1232a06
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 1232a06

Please sign in to comment.