mirror of https://github.com/Icinga/icinga2.git
GitHub actions: also build on Debian Bullseye
This commit is contained in:
parent
9f43c143d7
commit
f924800853
|
@ -15,6 +15,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
|
- name: debian
|
||||||
|
codename: bullseye
|
||||||
|
has32bit: true
|
||||||
- name: debian
|
- name: debian
|
||||||
codename: buster
|
codename: buster
|
||||||
has32bit: true
|
has32bit: true
|
||||||
|
|
Loading…
Reference in New Issue