We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41e6ef commit aeb8d58Copy full SHA for aeb8d58
.github/workflows/deb-build.yaml
@@ -28,6 +28,7 @@ jobs:
28
- { distro: debian, codename: bookworm }
29
- { distro: ubuntu, codename: focal }
30
- { distro: ubuntu, codename: jammy }
31
+ - { distro: ubuntu, codename: noble }
32
exclude:
33
- arch: arm64
34
target: { distro: ubuntu, codename: focal }
@@ -37,6 +38,8 @@ jobs:
37
38
39
- arch: 386
40
target: { distro: ubuntu, codename: jammy }
41
+ - arch: 386
42
+ target: { distro: ubuntu, codename: noble }
43
44
env:
45
DIRNAME: ${{ matrix.target.distro }}_${{ matrix.target.codename }}
0 commit comments