Merge pull request #474 from kiwix/remove_groovy_package

Remove Groovy package
This commit is contained in:
Kelson 2021-07-28 21:38:40 +02:00 committed by GitHub
commit 71e065312f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ jobs:
distro:
- ubuntu-impish
- ubuntu-hirsute
- ubuntu-groovy
- ubuntu-focal
steps:
- uses: actions/checkout@v2
@ -50,14 +49,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