Skip to content

Commit

Permalink
try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 22, 2024
1 parent 1e8b0de commit e30545c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ executors:
<<: *docker-auth

commands:
install_java_21:
description: "Install Java 21"
steps:
- run:
name: "Install Java 21"
command: |
sudo apt update
sudo apt install -y openjdk-21-jdk
prepare:
description: "Prepare"
steps:
Expand Down Expand Up @@ -331,6 +339,7 @@ jobs:
parallelism: 5
executor: machine_executor_amd64
steps:
- install_java_21
- prepare
- attach_workspace:
at: ~/project
Expand Down Expand Up @@ -449,6 +458,7 @@ jobs:
publishDockerArm64:
executor: machine_executor_arm64
steps:
- install_java_21
- prepare
- attach_workspace:
at: ~/project
Expand Down

0 comments on commit e30545c

Please sign in to comment.