Skip to content

Commit 1bf52e8

Browse files
legoktmkelson42
authored andcommitted
PPA: Build for Ubuntu Impish
1 parent e2db1b3 commit 1bf52e8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/package.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
distro: [ubuntu-hirsute, ubuntu-groovy, ubuntu-focal, ubuntu-bionic]
10+
distro:
11+
- ubuntu-impish
12+
- ubuntu-hirsute
13+
- ubuntu-groovy
14+
- ubuntu-focal
15+
- ubuntu-bionic
1116
steps:
1217
- uses: actions/checkout@v2
1318

@@ -30,6 +35,14 @@ jobs:
3035
3136
distro: ${{ matrix.distro }}
3237

38+
- uses: legoktm/gh-action-build-deb@ubuntu-impish
39+
if: matrix.distro == 'ubuntu-impish'
40+
name: Build package for ubuntu-impish
41+
id: build-ubuntu-impish
42+
with:
43+
args: --no-sign
44+
ppa: ${{ steps.ppa.outputs.ppa }}
45+
3346
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
3447
if: matrix.distro == 'ubuntu-hirsute'
3548
name: Build package for ubuntu-hirsute

0 commit comments

Comments
 (0)