mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Merge pull request #9111 from Icinga/Al2Klimov-patch-8
GHA: Add Ubuntu impish
This commit is contained in:
commit
77eb7f4e1e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deb.yml
vendored
3
.github/workflows/deb.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
- name: debian
|
||||
codename: stretch
|
||||
has32bit: true
|
||||
- name: ubuntu
|
||||
codename: impish
|
||||
has32bit: false
|
||||
- name: ubuntu
|
||||
codename: hirsute
|
||||
has32bit: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue