Skip to content

Commit

Permalink
chore(ci): remove ledger nanos and update ledger key gif resources (#…
Browse files Browse the repository at this point in the history
…6617)

Description
Remove nanos build
Update key gif resources

Motivation and Context
Fix the build process for additional ledger devices

How Has This Been Tested?
Builds in local fork
  • Loading branch information
leet4tari authored Oct 10, 2024
1 parent 8f1b888 commit 96941a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_ledger_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
fail-fast: false
matrix:
include:
- ledger_target: nanos
best_effort: true
# - ledger_target: nanos
# best_effort: true
- ledger_target: nanox
best_effort: true
- ledger_target: nanosplus
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
echo "Copying files for ${{ env.BINFILE }} to $(pwd)"
ls -la ${{ github.workspace }}/applications/minotari_ledger_wallet/wallet/target/${{ matrix.ledger_target }}/release/
cp -vf ${GITHUB_WORKSPACE}/applications/minotari_ledger_wallet/wallet/target/${{ matrix.ledger_target }}/release/*.json .
cp -vf ${GITHUB_WORKSPACE}/applications/minotari_ledger_wallet/wallet/target/${{ matrix.ledger_target }}/release/key_14x14.gif .
cp -vf ${GITHUB_WORKSPACE}/applications/minotari_ledger_wallet/wallet/target/${{ matrix.ledger_target }}/release/key*.gif .
cp -vf ${GITHUB_WORKSPACE}/applications/minotari_ledger_wallet/wallet/target/${{ matrix.ledger_target }}/release/minotari_ledger_wallet.* .
echo "Compute files shasum"
${SHARUN} * >> "${{ env.BINFILE }}.sha256"
Expand Down

0 comments on commit 96941a4

Please sign in to comment.