We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e72c0b7 + cf95d51 commit d0d253bCopy full SHA for d0d253b
.github/workflows/package.yml
@@ -10,7 +10,6 @@ jobs:
10
distro:
11
- ubuntu-jammy
12
- ubuntu-impish
13
- - ubuntu-hirsute
14
- ubuntu-focal
15
- ubuntu-bionic
16
steps:
@@ -51,14 +50,6 @@ jobs:
51
50
args: --no-sign
52
ppa: ${{ steps.ppa.outputs.ppa }}
53
54
- - uses: legoktm/gh-action-build-deb@ubuntu-hirsute
55
- if: matrix.distro == 'ubuntu-hirsute'
56
- name: Build package for ubuntu-hirsute
57
- id: build-ubuntu-hirsute
58
- with:
59
- args: --no-sign
60
- ppa: ${{ steps.ppa.outputs.ppa }}
61
-
62
- uses: legoktm/gh-action-build-deb@ubuntu-focal
63
if: matrix.distro == 'ubuntu-focal'
64
name: Build package for ubuntu-focal
0 commit comments