Skip to content

Commit

Permalink
Merge pull request #593 from kiwix/remove_groovy_package
Browse files Browse the repository at this point in the history
Remove groovy deb package
  • Loading branch information
kelson42 authored Jul 28, 2021
2 parents a312d22 + 6ea40f5 commit 20cdefc
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 @@ -10,7 +10,6 @@ jobs:
distro:
- ubuntu-impish
- ubuntu-hirsute
- ubuntu-groovy
- ubuntu-focal
- ubuntu-bionic
steps:
Expand Down Expand Up @@ -51,14 +50,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 20cdefc

Please sign in to comment.