From eb1517a08c4f7e30dd48bde22c29e31907df0071 Mon Sep 17 00:00:00 2001 From: Fraccaroli Gianmarco Date: Tue, 10 Sep 2024 12:35:07 +0200 Subject: [PATCH] Add elf file for speculos (#6) --- Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Earthfile b/Earthfile index 5559b60..47d6d73 100644 --- a/Earthfile +++ b/Earthfile @@ -92,6 +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 + SAVE IMAGE --push ghcr.io/heliaxdev/namada-ci:namada-latest ghcr.io/heliaxdev/namada-ci:namada-main wasm: