Skip to content

Commit aeb8d58

Browse files
committed
Build packages for Ubuntu Noble.
1 parent f41e6ef commit aeb8d58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deb-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- { distro: debian, codename: bookworm }
2929
- { distro: ubuntu, codename: focal }
3030
- { distro: ubuntu, codename: jammy }
31+
- { distro: ubuntu, codename: noble }
3132
exclude:
3233
- arch: arm64
3334
target: { distro: ubuntu, codename: focal }
@@ -37,6 +38,8 @@ jobs:
3738
target: { distro: ubuntu, codename: focal }
3839
- arch: 386
3940
target: { distro: ubuntu, codename: jammy }
41+
- arch: 386
42+
target: { distro: ubuntu, codename: noble }
4043

4144
env:
4245
DIRNAME: ${{ matrix.target.distro }}_${{ matrix.target.codename }}

0 commit comments

Comments
 (0)