mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
remove EOL ubuntu versions
This commit is contained in:
parent
47364c200c
commit
c713801e77
1 changed files with 1 additions and 41 deletions
|
@ -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
|
||||
|
@ -287,7 +265,7 @@ jobs:
|
|||
|
||||
deploy-ubuntu:
|
||||
docker:
|
||||
- image: ubuntu:21.04
|
||||
- image: ubuntu:22.04
|
||||
resource_class: medium+
|
||||
steps:
|
||||
- run: *install-dependencies-deb
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue