File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -180,44 +180,6 @@ build_ubuntu_noble_arm:
180
180
paths :
181
181
- output/
182
182
183
- build_debian_buster :
184
- stage : build
185
- allow_failure : true
186
- tags :
187
- - oci-fixed-amd
188
- before_script :
189
- - *prepare_build
190
- - *prepare_www
191
- after_script :
192
- - *prepare_artfacts
193
- script :
194
- - bash builder/build-package debian buster;
195
- only :
196
- variables :
197
- - $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
198
- artifacts :
199
- paths :
200
- - output/
201
-
202
- build_debian_buster_arm :
203
- stage : build
204
- allow_failure : true
205
- tags :
206
- - oci-fixed-arm
207
- before_script :
208
- - *prepare_build
209
- - *prepare_www
210
- after_script :
211
- - *prepare_artfacts
212
- script :
213
- - bash builder/build-package debian buster;
214
- only :
215
- variables :
216
- - $BUILD_JOBS == 'all' || $BUILD_JOBS =~ $CI_JOB_NAME
217
- artifacts :
218
- paths :
219
- - output/
220
-
221
183
build_debian_bullseye :
222
184
stage : build
223
185
allow_failure : true
You can’t perform that action at this time.
0 commit comments