Skip to content

Commit

Permalink
Update Erlang versions in packages
Browse files Browse the repository at this point in the history
Also:
- Add Ubuntu 22 Jammy Jellyfish

Note: Versions differ because of the available ESL Erlang packages.
  • Loading branch information
chrzaszcz committed Apr 25, 2024
1 parent aee4f89 commit 05f03eb
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ jobs:
type: executor
platform:
type: enum
enum: [centos_7, rockylinux_9, rockylinux_8, almalinux_9, almalinux_8, debian_bullseye, debian_buster, ubuntu_xenial, ubuntu_focal, ubuntu_bionic]
enum: [centos_7, rockylinux_9, rockylinux_8, almalinux_9, almalinux_8, debian_bullseye, debian_buster, ubuntu_xenial, ubuntu_focal, ubuntu_bionic, ubuntu_jammy]
description: Platform type
otp_package:
type: string
Expand Down Expand Up @@ -711,49 +711,56 @@ workflows:
executor: otp_26
platform: centos_7
context: mongooseim-org
otp_package: "25.0.3-1"
otp_package: "26.2.2"
filters: *all_tags
- package:
name: rockylinux_8
executor: otp_26
platform: rockylinux_8
context: mongooseim-org
otp_package: "24.1.7-1"
otp_package: "26.2.4"
filters: *all_tags
- package:
name: almalinux_8
executor: otp_26
platform: almalinux_8
context: mongooseim-org
otp_package: "24.1.7-1"
otp_package: "26.2.4"
filters: *all_tags
- package:
name: debian_bullseye
executor: otp_26
platform: debian_bullseye
context: mongooseim-org
otp_package: "25.3-1"
otp_package: "26.2.1"
filters: *all_tags
- package:
name: debian_buster
executor: otp_26
platform: debian_buster
context: mongooseim-org
otp_package: "25.3-1"
otp_package: "26.2.3"
filters: *all_tags
- package:
name: ubuntu_jammy
executor: otp_26
platform: ubuntu_jammy
context: mongooseim-org
otp_package: "26.2.3"
filters: *all_tags
- package:
name: ubuntu_focal
executor: otp_26
platform: ubuntu_focal
context: mongooseim-org
otp_package: "25.3-1"
otp_package: "26.2.1"
filters: *all_tags
- package:
name: ubuntu_bionic
executor: otp_26
platform: ubuntu_bionic
context: mongooseim-org
otp_package: "25.3-1"
otp_package: "26.2.3"
filters: *all_tags
# ======== BASE DOCKER BUILDS ========
- build_in_docker:
Expand Down

0 comments on commit 05f03eb

Please sign in to comment.