Skip to content

Commit

Permalink
Add config for Ubuntu Jammy Jellyfish builds (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySlawniak authored Nov 18, 2022
1 parent 3bd186a commit 1681a99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
release: focal
pkg: deb
pkg_name: ubuntu
- distro: ubuntu
release: jammy
pkg: deb
pkg_name: ubuntu

- distro: debian
release: bullseye
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- distro: ubuntu
release: focal
pkg: deb
- distro: ubuntu
release: jammy
pkg: deb

- distro: debian
release: bullseye
Expand Down

0 comments on commit 1681a99

Please sign in to comment.