From 76a826c1f3c432cfa45d5ca7d0742287e753460d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 1 Jul 2025 11:31:14 +0000 Subject: build(Earthly): Merge deps and build tasks --- Earthfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Earthfile b/Earthfile index 710f00e..af01298 100644 --- a/Earthfile +++ b/Earthfile @@ -25,14 +25,11 @@ image: SAVE IMAGE --push fuwn/mayu:${tag} -deps: +build: FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine RUN apk add --no-cache build-base -build: - FROM +deps - WORKDIR /mayu/ COPY src/ /mayu/src/ -- cgit v1.2.3