Merge pull request #593 from kiwix/remove_groovy_package

Remove groovy deb package
This commit is contained in:
Kelson 2021-07-28 21:40:02 +02:00 committed by GitHub
commit 20cdefcdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -10,7 +10,6 @@ jobs:
distro: distro:
- ubuntu-impish - ubuntu-impish
- ubuntu-hirsute - ubuntu-hirsute
- ubuntu-groovy
- ubuntu-focal - ubuntu-focal
- ubuntu-bionic - ubuntu-bionic
steps: steps:
@ -51,14 +50,6 @@ jobs:
args: --no-sign args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }} 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 - uses: legoktm/gh-action-build-deb@ubuntu-focal
if: matrix.distro == 'ubuntu-focal' if: matrix.distro == 'ubuntu-focal'
name: Build package for ubuntu-focal name: Build package for ubuntu-focal