diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dafcdfd..f2b2a6bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - name: [fedora, debian, centos] + name: [fedora, debian, centos, ubuntu] compiler: [gcc, clang] token: [softokn, softhsm] include: @@ -24,6 +24,8 @@ jobs: container: debian:sid - name: centos container: quay.io/centos/centos:stream9 + - name: ubuntu + container: ubuntu:latest container: ${{ matrix.container }} steps: - name: Install Dependencies