ci: fix docker builder

This commit is contained in:
appflowy
2022-07-31 19:43:52 +08:00
parent 44d9b8ab26
commit af61cae182
6 changed files with 2 additions and 12 deletions

View File

@ -33,7 +33,7 @@ source $HOME/.cargo/env && \
cargo install --force cargo-make && \
cargo install --force duckscript_cli && \
cargo make flowy_dev && \
cargo make -p production-linux-x86 appflowy-linux
cargo make -p production-linux-x86_64 appflowy-linux
CMD ["/home/makepkg/appflowy/frontend/app_flowy/build/linux/x64/release/bundle/app_flowy"]