We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5250d commit 92d95b3Copy full SHA for 92d95b3
.github/workflows/build-release-binaries.yml
@@ -14,6 +14,10 @@ jobs:
14
target: x86_64-unknown-linux-gnu
15
os: ubuntu-latest
16
archive_ext: tar
17
+ - bin: rendezvous_server
18
+ target: armv7-unknown-linux-gnueabihf
19
+ os: ubuntu-latest
20
+ archive_ext: tar
21
runs-on: ${{ matrix.os }}
22
steps:
23
- name: Checkout tagged commit
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
run: |
44
sudo apt-get update
45
sudo apt-get install gcc-arm-linux-gnueabihf
46
+ rustup target add armv7-unknown-linux-gnueabihf
47
48
- name: Build binary
49
0 commit comments