Merge pull request #751 from rustic-rs/raspberry

Add binary for raspberry pi
This commit is contained in:
aawsome 2023-07-16 09:50:05 +02:00 committed by GitHub
commit 1232a0698b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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