mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Merge pull request #8448 from Icinga/feature/ci-ubuntu-groovy
GitHub actions: build Ubuntu groovy
This commit is contained in:
commit
dc79c4e59a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/packages.yml
vendored
3
.github/workflows/packages.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: debian
|
||||
codename: stretch
|
||||
has32bit: true
|
||||
- name: ubuntu
|
||||
codename: groovy
|
||||
has32bit: false
|
||||
- name: ubuntu
|
||||
codename: focal
|
||||
has32bit: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue