aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-01 04:31:14 -0700
committerFuwn <[email protected]>2025-07-01 04:31:14 -0700
commitc2146142f0e987f1f294c85730489c405b4eacab (patch)
tree1f119cf274b9793f2b1cbba1107f4aa690e943d7 /Earthfile
parent45407625ec00f117641a20e2e1590e28a3f6fa57 (diff)
downloadmayu-c2146142f0e987f1f294c85730489c405b4eacab.tar.xz
mayu-c2146142f0e987f1f294c85730489c405b4eacab.zip
build(Earthly): Merge deps and build tasks
Diffstat (limited to 'Earthfile')
-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/