Skip to content

Commit

Permalink
fix speculos elf file folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 10, 2024
1 parent eb1517a commit 6050752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ namada:
RUN mv wasm-opt /usr/local/bin
RUN chmod +x /usr/local/bin/wasm-opt

COPY artifacts/app_s2.elf app_s2.elf
RUN mkdir -p /ledger-namada
COPY artifacts/app_s2.elf /ledger-namada/app_s2.elf

SAVE IMAGE --push ghcr.io/heliaxdev/namada-ci:namada-latest ghcr.io/heliaxdev/namada-ci:namada-main

Expand Down

0 comments on commit 6050752

Please sign in to comment.