Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: add ubuntu-24.04
Browse files Browse the repository at this point in the history
https://canonical.com/blog/canonical-releases-ubuntu-24-04-noble-numbat

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
moto-timo committed Sep 7, 2024
1 parent cad5d17 commit e9fe652
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ jobs:
opensuse-15.6,
ubuntu-18.04,
ubuntu-20.04,
ubuntu-22.04
ubuntu-22.04,
ubuntu-24.04
]
env:
BASE_DISTRO: ${{ matrix.base_distro }}
1 change: 1 addition & 0 deletions tests/distro-check.sh
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ distros["opensuse-15.6"]="openSUSE Leap 15.6"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"
distros["ubuntu-24.04"]="Ubuntu 24.04 LTS"

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

0 comments on commit e9fe652

Please sign in to comment.