fix: repair earthly linux build target

This commit is contained in:
Ashley Venn 2026-07-01 19:53:43 -07:00
parent ce8ebe1c1e
commit 94e39545fa

View file

@ -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 \