Skip to content

Commit 92d95b3

Browse files
committed
Add ARM build to release workflow
1 parent 7c5250d commit 92d95b3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
target: x86_64-unknown-linux-gnu
1515
os: ubuntu-latest
1616
archive_ext: tar
17+
- bin: rendezvous_server
18+
target: armv7-unknown-linux-gnueabihf
19+
os: ubuntu-latest
20+
archive_ext: tar
1721
runs-on: ${{ matrix.os }}
1822
steps:
1923
- name: Checkout tagged commit

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: |
4444
sudo apt-get update
4545
sudo apt-get install gcc-arm-linux-gnueabihf
46+
rustup target add armv7-unknown-linux-gnueabihf
4647
4748
- name: Build binary
4849
run: |

0 commit comments

Comments
 (0)