Skip to content

Commit

Permalink
as local
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 14, 2024
1 parent 0a55d50 commit 93f5bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERSION 0.8

wasmd:
FROM cosmwasm/wasmd:v0.52.0
SAVE ARTIFACT /usr/bin/wasmd
SAVE ARTIFACT /usr/bin/wasmd AS LOCAL wasmd

namada:
FROM +wasmd
Expand Down Expand Up @@ -89,7 +89,7 @@ namada:
RUN chmod +x /usr/local/bin/gaiad

# install wasmd
COPY +wasmd/usr/bin/wasmd /usr/local/bin/wasmd
COPY +wasmd/wasmd /usr/local/bin/wasmd
RUN chmod +x /usr/local/bin/wasmd

# download cosmwasm contracts
Expand Down

0 comments on commit 93f5bba

Please sign in to comment.