Skip to content

Commit

Permalink
Add Debian package building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Sep 30, 2023
1 parent fead5a7 commit 7502f9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
distro:
- debian-unstable
- ubuntu-jammy
- ubuntu-focal
steps:
Expand All @@ -39,6 +40,13 @@ jobs:
email: [email protected]
distro: ${{ matrix.distro }}

- uses: legoktm/gh-action-build-deb@debian-unstable
if: matrix.distro == 'debian-unstable'
name: Build package for debian-unstable
id: build-debian-unstable
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@ubuntu-jammy
if: matrix.distro == 'ubuntu-jammy'
name: Build package for ubuntu-jammy
Expand Down

0 comments on commit 7502f9f

Please sign in to comment.