mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #751 from rustic-rs/raspberry
Add binary for raspberry pi
This commit is contained in:
commit
1232a0698b
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user