Skip to content

Commit

Permalink
bump otp version for building packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed May 23, 2023
1 parent 8bd691f commit c570e45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,35 +749,35 @@ workflows:
executor: otp_25
platform: centos_7
context: mongooseim-org
otp_package: "25.0.1-1"
otp_package: "25.3"
filters: *all_tags
- package:
name: debian_bullseye
executor: otp_25
platform: debian_bullseye
context: mongooseim-org
otp_package: "25.0.1-1"
otp_package: "25.3"
filters: *all_tags
- package:
name: debian_buster
executor: otp_25
platform: debian_buster
context: mongooseim-org
otp_package: "25.0.1-1"
otp_package: "25.3"
filters: *all_tags
- package:
name: ubuntu_focal
executor: otp_25
platform: ubuntu_focal
context: mongooseim-org
otp_package: "25.0.1-1"
otp_package: "25.3"
filters: *all_tags
- package:
name: ubuntu_bionic
executor: otp_25
platform: ubuntu_bionic
context: mongooseim-org
otp_package: "25.0.1-1"
otp_package: "25.3"
filters: *all_tags
# ======== BASE DOCKER BUILDS ========
- build_in_docker:
Expand Down

0 comments on commit c570e45

Please sign in to comment.