Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Include CLI artifact in wallet Docker build (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer authored Jun 23, 2022
1 parent 64fa8f8 commit 5eeec4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
path: |
target/release/wallet-api
- uses: actions/upload-artifact@v2
with:
name: wallet-cli
path: |
target/release/wallet-cli
- uses: actions/upload-artifact@v2
with:
name: services-executables
Expand Down Expand Up @@ -120,6 +126,11 @@ jobs:
name: wallet-webserver
path: wallet-checkout/target/release/

- uses: actions/download-artifact@v2
with:
name: wallet-cli
path: wallet-checkout/target/release/

- name: Set linker/loader to not be nix
run: patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 ./wallet-checkout/target/release/wallet-api

Expand Down

0 comments on commit 5eeec4e

Please sign in to comment.