mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[Ubuntu] Add Ubuntu-24.04 base image (#9754)
Co-authored-by: Alexey Ayupov <alexey-ayupov@github.com>
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
################################################################################
|
||||
|
||||
is_ubuntu20() {
|
||||
lsb_release -d | grep -q 'Ubuntu 20'
|
||||
lsb_release -rs | grep -q '20.04'
|
||||
}
|
||||
|
||||
is_ubuntu22() {
|
||||
lsb_release -d | grep -q 'Ubuntu 22'
|
||||
lsb_release -rs | grep -q '22.04'
|
||||
}
|
||||
|
||||
is_ubuntu24() {
|
||||
lsb_release -d | grep -q 'Ubuntu 24'
|
||||
}
|
||||
lsb_release -rs | grep -q '24.04'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user