Skip to content

Commit

Permalink
Build docker image for Ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mvieth committed Oct 16, 2024
1 parent f8b8ce9 commit 60ca381
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .ci/azure-pipelines/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,14 @@ jobs:
# Test the latest LTS version of Ubuntu
Ubuntu 24.04:
UBUNTU_VERSION: 24.04
USE_LATEST_CMAKE: true
VTK_VERSION: 9
TAG: 24.04
# Test the latest version of Ubuntu (non LTS)
Ubuntu 24.10:
UBUNTU_VERSION: 24.10
USE_LATEST_CMAKE: true
VTK_VERSION: 9
TAG: 24.10
steps:
- script: |
dockerBuildArgs="" ; \
Expand Down

0 comments on commit 60ca381

Please sign in to comment.