mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-28 17:24:23 -04:00
Merge #528
528: Add the arm CLI build to the release binaries r=da-kami a=da-kami Currently it is not shipped because we forgot to include it. I don't see a reason not to ship that as well. @bonomat and me tested it on a raspi last Friday :) Co-authored-by: Daniel Karzel <daniel@comit.network>
This commit is contained in:
commit
2a570058fa
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-release-binaries.yml
vendored
4
.github/workflows/build-release-binaries.yml
vendored
|
@ -14,6 +14,10 @@ jobs:
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
|
- bin: swap
|
||||||
|
target: armv7-unknown-linux-gnueabihf
|
||||||
|
os: ubuntu-latest
|
||||||
|
archive_ext: tar
|
||||||
- bin: swap
|
- bin: swap
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue