Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fedora-34,
fedora-35,
opensuse-15.2,
ubuntu-16.04,
ubuntu-18.04,
ubuntu-20.04
ubuntu-20.04,
ubuntu-22.04
]
env:
BASE_DISTRO: ${{ matrix.base_distro }}
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"
distros["fedora-34"]="Fedora 34 (Container Image)"
distros["fedora-35"]="Fedora Linux 35 (Container Image)"
distros["opensuse-15.2"]="openSUSE Leap 15.2"
distros["ubuntu-16.04"]="Ubuntu 16.04"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"

# If the distro is unknown it is a failure
if [ "${distros[${BASE_DISTRO}]}" = "" ]; then
Expand Down