File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,26 @@ jobs:
185
185
packager_tag : jammy-go1.22
186
186
version : tag
187
187
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
+
188
208
windows_64 :
189
209
runs-on : ubuntu-latest
190
210
steps :
@@ -215,6 +235,8 @@ jobs:
215
235
- focal_aarch64
216
236
- jammy_64
217
237
- jammy_aarch64
238
+ - noble_64
239
+ - noble_aarch64
218
240
- windows_64
219
241
220
242
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -198,6 +198,18 @@ foss:
198
198
binary : aarch64_linux
199
199
distro : jammy
200
200
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
+
201
213
bookworm_armel :
202
214
template : debian/generic
203
215
target_arch : arm-linux-gnueabi
You can’t perform that action at this time.
0 commit comments