Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Mar 7, 2023
1 parent 4fff507 commit e2c5d4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ executors:
- *elasticsearch_container
- *cassandra_container
- *cassandra_proxy_container
arm64:
machine:
- image: ubuntu-2004:current
resource-class: arm.medium
commands:
fetch_build_packages:
steps:
Expand Down Expand Up @@ -476,6 +480,13 @@ jobs:
pip3 install mike
mike deploy $DOCS_TAG --remote [email protected]:esl/MongooseDocs.git --branch gh-pages --push --rebase
build_in_docker_arm64:
executor: arm64
steps:
- checkout
- prepare_for_cache
- restore_certs

build_in_docker:
executor: << parameters.executor >>
parameters:
Expand Down Expand Up @@ -713,6 +724,9 @@ workflows:
executor: otp_24
context: mongooseim-org
build_prod: false
- build_in_docker_arm64:
name: otp_25_docker_arm64
context: mongooseim-org
# ============= DIALYZER =============
- dialyzer:
name: dialyzer_24
Expand Down

0 comments on commit e2c5d4b

Please sign in to comment.