From afa4bc6c01297af78885bf0562e2dae7ff83605b Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 25 Oct 2024 14:06:42 -0400 Subject: cmd: add amano and stealthmountain Signed-off-by: Xe Iaso --- Earthfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Earthfile') diff --git a/Earthfile b/Earthfile index 193cd75..c09610c 100644 --- a/Earthfile +++ b/Earthfile @@ -42,6 +42,16 @@ aerial: SAVE IMAGE --push ghcr.io/xe/x/aerial:latest +amano: + FROM +runtime + + COPY +everything/bin/amano /app/bin/amano + CMD ["/app/bin/amano"] + + LABEL org.opencontainers.image.source="https://github.com/Xe/x" + + SAVE IMAGE --push ghcr.io/xe/x/amano:latest + aura: FROM +runtime @@ -140,6 +150,16 @@ sapientwindex: SAVE IMAGE --push ghcr.io/xe/x/sapientwindex:latest +stealthmountain: + FROM +runtime + + COPY +everything/bin/stealthmountain /app/bin/stealthmountain + CMD ["/app/bin/stealthmountain"] + + LABEL org.opencontainers.image.source="https://github.com/Xe/x" + + SAVE IMAGE --push ghcr.io/xe/x/stealthmountain:latest + todayinmarch2020: FROM +runtime -- cgit v1.2.3