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

Commit

Permalink
Set wallet-cli loader in Docker to not use Nix (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer authored Jun 23, 2022
1 parent fe36f75 commit 61e522a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ jobs:
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
run: |
patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 ./wallet-checkout/target/release/wallet-api
patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 ./wallet-checkout/target/release/wallet-cli
- uses: docker/setup-buildx-action@v1
name: Setup Docker BuildKit (buildx)
Expand Down

0 comments on commit 61e522a

Please sign in to comment.