Skip to content

Commit 03702f1

Browse files
ZCS-17690:Added UBUNTU24 support in CircleCI config for Zimbra 10.1.x (#18)
1 parent 9abdb14 commit 03702f1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ jobs:
5757
password: $DOCKER_PASS
5858
<<: *checkout_job_steps
5959

60+
build_u24:
61+
working_directory: ~/zimbra-zimlet-nextcloud
62+
shell: /bin/bash -eo pipefail
63+
docker:
64+
- image: $DOCKER_REGISTRY/zm-base-os:devcore-ubuntu-24.04
65+
auth:
66+
username: $DOCKER_USER
67+
password: $DOCKER_PASS
68+
<<: *build_job_steps
69+
6070
build_u22:
6171
working_directory: ~/zimbra-zimlet-nextcloud
6272
shell: /bin/bash -eo pipefail
@@ -150,6 +160,11 @@ workflows:
150160
- build
151161
context:
152162
- docker-dev-registry
163+
- build_u24:
164+
requires:
165+
- checkout
166+
context:
167+
- docker-dev-registry
153168
- build_u22:
154169
requires:
155170
- checkout
@@ -189,6 +204,7 @@ workflows:
189204
- deploy_s3_hold:
190205
type: approval
191206
requires:
207+
- build_u24
192208
- build_u22
193209
- build_u20
194210
- build_u18

0 commit comments

Comments
 (0)