Skip to content

Commit

Permalink
Merge pull request #593 from openzim/remove_groovy_package
Browse files Browse the repository at this point in the history
Do not build packages for groovy distribution (20.10)
  • Loading branch information
kelson42 authored Jul 28, 2021
2 parents 4914541 + a3b64d7 commit 6b69bc0
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 6b69bc0

Please sign in to comment.