Skip to content

Commit 52e6bff

Browse files
Debian 10, Ubuntu 16.04, Ubuntu 18.04 are EOL and we stop supporting them in current version
1 parent 29273ba commit 52e6bff

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -372,23 +372,6 @@ workflows:
372372
distro_name: "ubuntu"
373373
resource_class: "arm.large"
374374
debian_package_architecture: "arm64"
375-
- build_debian:
376-
docker_image: "ubuntu:bionic"
377-
distro_version: "18.04"
378-
name: "ubuntu1804"
379-
distro_name: "ubuntu"
380-
- build_debian:
381-
docker_image: "ubuntu:xenial"
382-
distro_version: "16.04"
383-
name: "ubuntu1604"
384-
distro_name: "ubuntu"
385-
- build_debian:
386-
docker_image: "debian:buster"
387-
distro_version: "10"
388-
name: "debian10"
389-
distro_name: "debian"
390-
# We do it this way because this version of Debian has no s3cmd in official repos for some reasons: https://packages.debian.org/buster-backports/s3cmd
391-
s3cmd_install_command: "apt-get install -y python3-pip && pip3 install s3cmd"
392375
- build_debian:
393376
docker_image: "debian:bullseye"
394377
distro_version: "11"

0 commit comments

Comments
 (0)