Skip to content

Commit b17c9a2

Browse files
committed
(#2186) Build for Ubuntu Noble
1 parent 62d51f8 commit b17c9a2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/workflows/release.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,26 @@ jobs:
185185
packager_tag: jammy-go1.22
186186
version: tag
187187

188+
noble_64:
189+
runs-on: ubuntu-latest
190+
steps:
191+
- name: Build
192+
uses: choria-io/actions/packager@main
193+
with:
194+
build_package: noble_64
195+
packager_tag: noble-go1.22
196+
version: tag
197+
198+
noble_aarch64:
199+
runs-on: ubuntu-latest
200+
steps:
201+
- name: Build
202+
uses: choria-io/actions/packager@main
203+
with:
204+
build_package: noble_aarch64
205+
packager_tag: noble-go1.22
206+
version: tag
207+
188208
windows_64:
189209
runs-on: ubuntu-latest
190210
steps:
@@ -215,6 +235,8 @@ jobs:
215235
- focal_aarch64
216236
- jammy_64
217237
- jammy_aarch64
238+
- noble_64
239+
- noble_aarch64
218240
- windows_64
219241

220242
runs-on: ubuntu-latest

packager/buildspec.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,18 @@ foss:
198198
binary: aarch64_linux
199199
distro: jammy
200200

201+
noble_64:
202+
template: debian/generic
203+
target_arch: x86_64-linux-gnu
204+
binary: 64bit_linux
205+
distro: noble
206+
207+
noble_aarch64:
208+
template: debian/generic
209+
target_arch: aarch64-linux-gnu
210+
binary: aarch64_linux
211+
distro: noble
212+
201213
bookworm_armel:
202214
template: debian/generic
203215
target_arch: arm-linux-gnueabi

0 commit comments

Comments
 (0)