Skip to content

Commit

Permalink
remove EOL ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow authored and gmarmstrong committed Aug 18, 2022
1 parent b6ce2ec commit 330c6d8
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,28 +143,6 @@ jobs:
- run: *copy-image
- run: *build-deb

build-ubuntu-impish:
docker:
- image: ubuntu:21.10
resource_class: medium+
steps:
- run: *install-dependencies-deb
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-deb

build-ubuntu-hirsute:
docker:
- image: ubuntu:21.04
resource_class: medium+
steps:
- run: *install-dependencies-deb
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-deb

build-debian-bookworm:
docker:
- image: debian:bookworm
Expand Down Expand Up @@ -287,7 +265,7 @@ jobs:

deploy-ubuntu:
docker:
- image: ubuntu:21.04
- image: ubuntu:22.04
resource_class: medium+
steps:
- run: *install-dependencies-deb
Expand All @@ -307,18 +285,6 @@ jobs:
PACKAGE_TYPE: "deb"
PACKAGECLOUD_DISTRO: "ubuntu/jammy"
<<: *deploy-packagecloud
- run:
name: Deploy ubuntu/impish
environment:
PACKAGE_TYPE: "deb"
PACKAGECLOUD_DISTRO: "ubuntu/impish"
<<: *deploy-packagecloud
- run:
name: Deploy ubuntu/hirsute
environment:
PACKAGE_TYPE: "deb"
PACKAGECLOUD_DISTRO: "ubuntu/hirsute"
<<: *deploy-packagecloud

workflows:
version: 2
Expand All @@ -332,12 +298,6 @@ workflows:
- build-ubuntu-jammy:
requires:
- build-container-image
- build-ubuntu-impish:
requires:
- build-container-image
- build-ubuntu-hirsute:
requires:
- build-container-image
- build-debian-bullseye:
requires:
- build-container-image
Expand Down

0 comments on commit 330c6d8

Please sign in to comment.