aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-07 18:26:17 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-11 11:46:01 +0100
commitfa2b8b0e16884108592cf80795d223027a54d163 (patch)
treee54b837b63dc61c0946991b0a6b2b266077b4057
parent034342e60a04cea61fe91784bd43deb2f4d8796c (diff)
downloadneard-fa2b8b0e16884108592cf80795d223027a54d163.tar.gz
ci: add Ubuntu Impish (21.10)
Build on newest Ubuntu 21.10. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r--.github/workflows/ci.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7349693..5540ad2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
- fedora:latest
- fedora:33
- fedora:32
+ - ubuntu:impish
- ubuntu:hirsute
- ubuntu:focal
- ubuntu:bionic
@@ -97,6 +98,20 @@ jobs:
variant: sanitizers
# Ubuntu 32-bit builds
+ - container: "ubuntu:impish"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: maintainer
+ variant: i386
+
+ - container: "ubuntu:impish"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: no-maintainer
+ variant: i386
+
- container: "ubuntu:hirsute"
arch: i386
compiler: gcc -m32
@@ -126,6 +141,12 @@ jobs:
variant: i386
# Ubuntu GCC sanitizer builds
+ - container: "ubuntu:impish"
+ arch: x86-64
+ compiler: gcc
+ mode: maintainer
+ variant: sanitizers
+
- container: "ubuntu:hirsute"
arch: x86-64
compiler: gcc