aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-01 11:31:14 +0000
committerFuwn <[email protected]>2025-07-01 11:31:14 +0000
commit76a826c1f3c432cfa45d5ca7d0742287e753460d (patch)
tree1f119cf274b9793f2b1cbba1107f4aa690e943d7
parentbuild(Earthly): Rename image generation task (diff)
downloadmayu-76a826c1f3c432cfa45d5ca7d0742287e753460d.tar.xz
mayu-76a826c1f3c432cfa45d5ca7d0742287e753460d.zip
build(Earthly): Merge deps and build tasks
-rw-r--r--Earthfile5
1 files changed, 1 insertions, 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/