Skip to content

Commit

Permalink
Add build rpm/deb commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Oct 13, 2021
1 parent 74d0d24 commit 1d57c4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ build_pkgs: install_deps
npm run build --prefix=app


build_rpm: install_deps
# Build rpm package
npm run build-rpm --prefix=app


build_deb: install_deps
# Build deb package
npm run build-deb --prefix=app


build_pkgs_arm64: install_deps
# Build everything
npm run build-arm --prefix=app
Expand Down

0 comments on commit 1d57c4b

Please sign in to comment.