From 94e39545faefdd3d25b8dca214f7cb4b0ff88fb4 Mon Sep 17 00:00:00 2001 From: Ashley Venn Date: Wed, 1 Jul 2026 19:53:43 -0700 Subject: [PATCH] fix: repair earthly linux build target --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 2eed8dc..294021b 100644 --- a/Earthfile +++ b/Earthfile @@ -85,6 +85,7 @@ lint: build: FROM +code + RUN cd apps/focus_flow_flutter && flutter create --platforms=linux --project-name focus_flow_flutter --org com.example --no-pub . RUN cd apps/focus_flow_flutter && flutter build linux --release RUN rm -rf builds \ && mkdir -p builds/focus_flow_linux_x64 \