Skip to content

Commit

Permalink
[skip ci] Update docker builder default os to ubuntu22.04 (zilliztech…
Browse files Browse the repository at this point in the history
…#558)

Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored May 13, 2024
1 parent 98ee814 commit 57964c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/BuildCPUBuilderImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ spec:

parameters{
string(
description: 'os(ubuntu20.04,centos7,ubuntu18.04)',
description: 'os(ubuntu22.04,ubuntu20.04,centos7,ubuntu18.04)',
name: 'os',
defaultValue: 'ubuntu20.04'
defaultValue: 'ubuntu22.04'
)
}
stages {
Expand Down
4 changes: 2 additions & 2 deletions ci/BuildGPUBuilderImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ spec:

parameters{
string(
description: 'os(ubuntu20.04,centos7,ubuntu18.04)',
description: 'os(ubuntu22.04,ubuntu20.04,centos7,ubuntu18.04)',
name: 'os',
defaultValue: 'ubuntu20.04'
defaultValue: 'ubuntu22.04'
)
}
stages {
Expand Down

0 comments on commit 57964c2

Please sign in to comment.