Skip to content

Commit

Permalink
ci: add rpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
stonega committed Mar 5, 2022
1 parent 8c623dc commit 7351243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
name: Jenkins-Board-Linux-Bundle
path: |
build/jenkins-board-linux-x86_64.deb
build/jenkins-board-linux-x86_64.rpm
build/jenkins-board-linux-x86_64.tar.xz
build/jenkins-board-linux-x86_64.AppImage
build_windows:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deb:
&& sed -i 's|me.stonegate.jenkins_board|jenkins_board|' $(USR_SHARE)/appdata/jenkins_board.appdata.xml\
&& dpkg-deb -b deb-struct build/jenkins-board-linux-x86_64.deb\
&& alien --target=x86_64 -r build/jenkins-board-linux-x86_64.deb\
&& cp *.rpm build/
&& cp *.rpm build/jenkins-board-linux-x86_64.rpm

tar:
mkdir -p $(TEMP_DIR)\
Expand Down

0 comments on commit 7351243

Please sign in to comment.