aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-06 17:57:49 -0800
committerFuwn <[email protected]>2023-12-06 18:00:54 -0800
commit087b53118fb91263322e54f5647d055b0c51f26e (patch)
tree3254092ebed5af1e63af056087fd5ccd7e2bdf7a
parentci(earthly): bump bun (diff)
downloaddue.moe-087b53118fb91263322e54f5647d055b0c51f26e.tar.xz
due.moe-087b53118fb91263322e54f5647d055b0c51f26e.zip
ci(earthly): pin ignore and docker
-rw-r--r--.earthlyignore10
-rw-r--r--Earthfile2
2 files changed, 11 insertions, 1 deletions
diff --git a/.earthlyignore b/.earthlyignore
new file mode 100644
index 00000000..b2efa5e4
--- /dev/null
+++ b/.earthlyignore
@@ -0,0 +1,10 @@
+**
+
+!src/
+!static/
+!bun.lockb
+!due_moe_schema.sql
+!package.json
+!svelte.config.js
+!tsconfig.json
+!vite.config.ts \ No newline at end of file
diff --git a/Earthfile b/Earthfile
index 29a1d4e7..ae455bb7 100644
--- a/Earthfile
+++ b/Earthfile
@@ -39,7 +39,7 @@ dev:
SAVE IMAGE fuwn/due-next-dev:latest
rundev:
- FROM docker:24.0.7-dind
+ FROM earthly/dind:alpine-3.18-docker-23.0.6-r7
WITH DOCKER --load +dev
RUN docker run --network=host \