Skip to content

Commit 8f410e1

Browse files
committed
KASM-6518 Remove Debian Buster support
1 parent b69b660 commit 8f410e1

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -180,44 +180,6 @@ build_ubuntu_noble_arm:
180180
paths:
181181
- output/
182182

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-
221183
build_debian_bullseye:
222184
stage: build
223185
allow_failure: true

0 commit comments

Comments
 (0)