[neard][PATCH 07/16] ci: build also on Ubuntu Hirsute in non-maintainer mode
Krzysztof Kozlowski <[email protected]>
| Newsgroups | dev.linux.lists.oe-linux-nfc,org.01.lists.linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Increase the coverage. Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9335e100fb4..6ecd38177bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,6 +153,12 @@ jobs: CC: gcc MODE: maintainer + - container: "ubuntu:hirsute" + env: + ARCH: x86-64 + CC: gcc + MODE: no-maintainer + - container: "ubuntu:focal" env: ARCH: x86-64 -- 2.27.0