We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bc6e6 commit 953377bCopy full SHA for 953377b
Earthfile
@@ -4,7 +4,7 @@ wasmd:
4
FROM cosmwasm/wasmd:v0.52.0
5
SAVE ARTIFACT /usr/bin/wasmd AS LOCAL wasmd
6
7
-namada:
+anoma:
8
FROM ubuntu:24.04
9
10
ENV DEBIAN_FRONTEND=noninteractive
@@ -68,6 +68,4 @@ namada:
68
RUN mv mold /usr/local/bin
69
RUN chmod +x /usr/local/bin/mold
70
71
-
72
73
SAVE IMAGE --push ghcr.io/heliaxdev/anoma-ci:anoma-latest ghcr.io/heliaxdev/anoma-ci:$tag
0 commit comments