Skip to content

Commit

Permalink
Add ubuntu noble workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 5, 2025
1 parent 994572e commit d89890b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
"debian-buster",
"debian-bullseye",
"debian-bookworm",
"ubuntu-noble",
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-lunar",
Expand All @@ -117,6 +118,11 @@ jobs:
package: deb
pcredep: libpcre3-dev
nginxdep: nginx
- name: ubuntu-noble
container: ubuntu:noble
package: deb
pcredep: libpcre3-dev
nginxdep: nginx-common
- name: ubuntu-focal
container: ubuntu:focal
package: deb
Expand Down
5 changes: 5 additions & 0 deletions .scripts/ci-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ case $ID in
ubuntu)
echo "found debian $VERSION_CODENAME"
case $VERSION_CODENAME in
noble)
# required to call apt source
chmod 777 .
install_deps_apt_get "libpcre3-dev"
;;
focal)
install_deps_apt_get "libpcre3-dev"
;;
Expand Down

0 comments on commit d89890b

Please sign in to comment.