File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 94
94
branch : 11.4
95
95
nogalera : false
96
96
97
+ - image : ubuntu:25.10
98
+ platforms : linux/amd64, linux/arm64/v8
99
+ branch : 11.8
100
+ nogalera : true
101
+
97
102
uses : ./.github/workflows/bbw_build_container_template.yml
98
103
with :
99
104
dockerfile : ${{ matrix.dockerfile || 'debian.Dockerfile' }}
Original file line number Diff line number Diff line change 222
222
"x86-debian-13" ,
223
223
"amd64-sles-1507" ,
224
224
"s390x-sles-1507" ,
225
+ "aarch64-ubuntu-2510" ,
226
+ "amd64-ubuntu-2510" ,
225
227
]
226
228
SUPPORTED_PLATFORMS ["12.0" ] = SUPPORTED_PLATFORMS ["11.8" ].copy ()
227
229
SUPPORTED_PLATFORMS ["12.1" ] = SUPPORTED_PLATFORMS ["12.0" ].copy ()
Original file line number Diff line number Diff line change @@ -226,3 +226,11 @@ ubuntu-2504:
226
226
- amd64
227
227
- aarch64
228
228
type : deb
229
+ ubuntu-2510 :
230
+ image_tag : ubuntu25.10
231
+ tags :
232
+ - release_packages
233
+ arch :
234
+ - amd64
235
+ - aarch64
236
+ type : deb
You can’t perform that action at this time.
0 commit comments