Skip to content

Commit

Permalink
Do not build packages for groovy distribution (20.10)
Browse files Browse the repository at this point in the history
Groovy reaches its end of life.
  • Loading branch information
mgautierfr committed Jul 27, 2021
1 parent 4914541 commit a3b64d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- debian-buster
- ubuntu-impish
- ubuntu-hirsute
- ubuntu-groovy
- ubuntu-focal
- ubuntu-bionic
steps:
Expand Down Expand Up @@ -75,14 +74,6 @@ jobs:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}

- uses: legoktm/gh-action-build-deb@ubuntu-groovy
if: matrix.distro == 'ubuntu-groovy'
name: Build package for ubuntu-groovy
id: build-ubuntu-groovy
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}

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

0 comments on commit a3b64d7

Please sign in to comment.