mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8728 from Icinga/feature/hirsute
GitHub actions: also build on Ubuntu hirsute
This commit is contained in:
commit
52c8444780
|
@ -20,6 +20,9 @@ jobs:
|
||||||
- name: debian
|
- name: debian
|
||||||
codename: stretch
|
codename: stretch
|
||||||
has32bit: true
|
has32bit: true
|
||||||
|
- name: ubuntu
|
||||||
|
codename: hirsute
|
||||||
|
has32bit: false
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
codename: groovy
|
codename: groovy
|
||||||
has32bit: false
|
has32bit: false
|
||||||
|
|
Loading…
Reference in New Issue