fix: repair earthly linux build target
This commit is contained in:
parent
ce8ebe1c1e
commit
94e39545fa
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue